UNPKG

@wix/design-system

Version:

@wix/design-system

11 lines 366 B
export function TableEmptyState({ image, children, align, ...propsWithNoDefaults }: { [x: string]: any; image?: null | undefined; children?: null | undefined; align?: "center" | undefined; }): React.JSX.Element; export namespace TableEmptyState { let displayName: string; } import React from 'react'; //# sourceMappingURL=TableEmptyState.d.ts.map