import { PropsWithChildren } from 'react'; import styles from './styles.module.css' type Props = PropsWithChildren & React.FC>; export const Button: Props = ({ children, className, ...props}) => ;