Page MenuHomec4science

Placeholder.d.ts
No OneTemporary

File Metadata

Created
Wed, Jul 23, 08:27

Placeholder.d.ts

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;

Event Timeline