@project44-manifest/react
Version:
Manifest Design System react components
21 lines • 1 kB
TypeScript
import { DataTable } from '../../..';
declare const _default: {
title: string;
component: typeof DataTable;
};
export default _default;
export declare const Default: () => JSX.Element;
export declare const CustomCellRendering: () => JSX.Element;
export declare const StickyHeader: () => JSX.Element;
export declare const StickyHeaderFixedTableHeight: () => JSX.Element;
export declare const ColumnPinning: () => JSX.Element;
export declare const RowSelection: () => JSX.Element;
export declare const RowClick: () => JSX.Element;
export declare const RowClickWithClickableRowDisabled: () => JSX.Element;
export declare const RowExpanding: () => JSX.Element;
export declare const RowExpandingReset: () => JSX.Element;
export declare const RowExpandingAndSelection: () => JSX.Element;
export declare const Loading: () => JSX.Element;
export declare const TotalFooterRow: () => JSX.Element;
export declare const CellErrorAndDuplicate: () => JSX.Element;
//# sourceMappingURL=DataTable.stories.d.ts.map