UNPKG

share-button-links-react

Version:
7 lines (6 loc) 276 B
import { BooleanButtonOpts } from '../../components/shared/interfaces'; interface ButtonCopyProps extends BooleanButtonOpts { text: string; } export default function ButtonCopy({ text, isRounded, hasIcon, isBordered, isCircled }: ButtonCopyProps): JSX.Element; export {};