gather-content-ui
Version:
GatherContent UI Library
16 lines • 465 B
TypeScript
export declare function BlankSlate(props: any): import("react/jsx-runtime").JSX.Element;
export declare namespace BlankSlate {
var defaultProps: {
fixed: boolean;
fullHeight: boolean;
children: string;
slateStyle: string;
customSVG: boolean;
className: string;
emoji: string;
emojiLabel: string;
SVGClassName: string;
};
}
export default BlankSlate;
//# sourceMappingURL=index.d.ts.map