[react] feat: Added docs for components/Null
This commit is contained in:
parent
4c582bf26f
commit
062eb497e9
3 changed files with 22 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
import React from 'react'
|
||||
|
||||
/*
|
||||
/**
|
||||
* Sometimes, you just want a component that does nothing
|
||||
*
|
||||
* @component
|
||||
* @returns null
|
||||
*/
|
||||
export const Null = () => null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue