1
0
Fork 0

[react] feat: Added docs for components/Null

This commit is contained in:
joostdecock 2025-05-25 13:39:56 +02:00
parent 4c582bf26f
commit 062eb497e9
3 changed files with 22 additions and 4 deletions

View file

@ -1,6 +1,9 @@
import React from 'react'
/*
/**
* Sometimes, you just want a component that does nothing
*
* @component
* @returns null
*/
export const Null = () => null