📄 Placeholder.d.ts
/home/palash/git/site/node_modules/react-bootstrap/cjs/Placeholder.d.ts
Language: ts • Lines: 8
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
import { UsePlaceholderProps } from './usePlaceholder';
export interface PlaceholderProps extends UsePlaceholderProps, BsPrefixProps {
}
declare const _default: BsPrefixRefForwardingComponent<"span", PlaceholderProps> & {
    Button: BsPrefixRefForwardingComponent<"button", import("./PlaceholderButton").PlaceholderButtonProps>;
};
export default _default;