infinity-ui-elements
Version:
A React TypeScript component library with Tailwind CSS design system
7 lines • 352 B
TypeScript
interface LoadingStateProps {
colSpan: number;
}
export declare function renderDefaultLoadingState({ colSpan }: LoadingStateProps): import("react/jsx-runtime").JSX.Element;
export declare function renderDefaultEmptyState({ colSpan }: LoadingStateProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=tableHelpers.d.ts.map