@wix/design-system
Version:
@wix/design-system
17 lines • 590 B
TypeScript
import React from 'react';
import { EmptyStateProps } from './EmptyState.types';
export declare const defaultEmptyStateProps: {
readonly skin: "section";
readonly image: null;
readonly children: null;
readonly align: "center";
};
/**
* Representing a state of an empty page, section, table, etc.
*/
declare const EmptyState: {
({ theme, skin, image, children, align, title, subtitle, classNames: classNamesProp, className, dataHook, }: EmptyStateProps): React.JSX.Element;
displayName: string;
};
export default EmptyState;
//# sourceMappingURL=EmptyState.d.ts.map