Appearance
import * as React from 'react'; type Props = { children?: React.ReactNode }; const Component: React.FC<Props> = ({children}) => {...}