preact
preact copied to clipboard
types: use FunctionComponent instead of FunctionalComponent
A type error occurred when using FunctionComponent using forwardRef
, so this part was changed to use FunctionComponent.
Please let me know if you have any additional corrections to make!