UNPKG

@catho/quantum

Version:
10 lines (7 loc) 230 B
import { FC } from 'react'; import { ButtonProps } from '../Button'; export interface SocialButtonProps extends ButtonProps { provider: string; } declare const SocialButton: FC<SocialButtonProps>; export default SocialButton;