Repository URL to install this package:
|
Version:
0.0.0 ▾
|
UI library
pnpm exec turbo run lint --scope=ui
FC is redudant, let's avoid unessasary inports and just use regular functions
type Props = { children?: React.ReactNode }
function Component({ children }: Props): JSX.Element { return <>I'm a typed component</> }