fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
29 lines (28 loc) • 1.35 kB
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Placeholder: {
({ as, className, content, children, ...props }: import("./type").PlaceholderProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
Line: {
({ as, className, length, ...props }: import("./type").PlaceholderLineProps): import("react").ReactElement<{
className: string;
}, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
Header: {
({ as, className, image, content, children, ...props }: import("./type").PlaceholderHeaderProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
Image: {
({ as, className, ...props }: import("./type").PlaceholderImageProps): import("react").ReactElement<{
className: string;
}, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
Paragraph: {
({ as, className, content, children, ...props }: import("./type").PlaceholderParagraphProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
};
export default Placeholder;