Files
est-frame/node_modules/react-bootstrap/esm/Placeholder.d.ts
2025-10-22 05:38:27 +00:00

9 lines
433 B
TypeScript
Executable File

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;