UNPKG

391 BTypeScriptView Raw
1import { BsPrefixRefForwardingComponent } from './helpers';
2import { UsePlaceholderProps } from './usePlaceholder';
3import { ButtonVariant } from './types';
4export interface PlaceholderButtonProps extends UsePlaceholderProps {
5 variant?: ButtonVariant;
6}
7declare const PlaceholderButton: BsPrefixRefForwardingComponent<'button', PlaceholderButtonProps>;
8export default PlaceholderButton;