UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

9 lines (8 loc) 433 B
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;