You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
433 B
9 lines
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;
|