UNPKG

433 BTypeScriptView Raw
1import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
2import { UsePlaceholderProps } from './usePlaceholder';
3export interface PlaceholderProps extends UsePlaceholderProps, BsPrefixProps {
4}
5declare const _default: BsPrefixRefForwardingComponent<"span", PlaceholderProps> & {
6 Button: BsPrefixRefForwardingComponent<"button", import("./PlaceholderButton").PlaceholderButtonProps>;
7};
8export default _default;