/** * Docs & Examples – vanilla ports of React Storybook examples. * Each story uses SimpleTableVanilla; example logic lives in stories/examples/. */ import type { Meta, StoryObj } from "@storybook/html"; declare const meta: Meta; export default meta; export declare const AdvancedSorting: StoryObj; export declare const AggregateExample: StoryObj; export declare const Alignment: StoryObj; export declare const AutoExpandColumns: StoryObj; export declare const BasicExample: StoryObj; export declare const BasicRowGrouping: StoryObj; export declare const BillingExample: StoryObj; export declare const CSVExportFormatting: StoryObj; export declare const CSVExportSingleRowChildren: StoryObj; export declare const CellHighlighting: StoryObj; export declare const CellRenderer: StoryObj; export declare const Charts: StoryObj; export declare const ClayExample: StoryObj; export declare const ClipboardFormatting: StoryObj; export declare const CollapsibleColumns: StoryObj; export declare const ColumnVisibilityAPI: StoryObj; export declare const ColumnWidthChange: StoryObj; export declare const CustomHeaderRendering: StoryObj; export declare const CustomTheme: StoryObj; export declare const DynamicHeaders: StoryObj; export declare const DynamicNestedTableLoading: StoryObj; export declare const DynamicRowLoading: StoryObj; export declare const DynamicRowLoadingWithExternalSort: StoryObj; export declare const EditableCells: StoryObj; export declare const ExpansionControl: StoryObj; export declare const ExternalFilter: StoryObj; export declare const ExternalSort: StoryObj; export declare const FilterExample: StoryObj; export declare const FinanceExample: StoryObj; export declare const HeaderInclusion: StoryObj; export declare const HiddenColumns: StoryObj; export declare const InfiniteScroll: StoryObj; export declare const WindowInfiniteScroll: StoryObj; export declare const InfrastructureExample: StoryObj; export declare const LeadsExample: StoryObj; export declare const LiveUpdates: StoryObj; export declare const LoadingState: StoryObj; export declare const ManufacturingExample: StoryObj; export declare const MusicExample: StoryObj; export declare const NestedGrid: StoryObj; export declare const NestedAccessor: StoryObj; export declare const Pagination: StoryObj; export declare const PaginationAPI: StoryObj; export declare const PinnedColumns: StoryObj; export declare const ProgrammaticFilter: StoryObj; export declare const ProgrammaticSort: StoryObj; export declare const QuickFilter: StoryObj; export declare const RowButtons: StoryObj; export declare const RowGrouping: StoryObj; export declare const RowHeight: StoryObj; export declare const RowSelection: StoryObj; export declare const SalesExample: StoryObj; export declare const SelectableCells: StoryObj; export declare const ServerSidePagination: StoryObj; export declare const Theming: StoryObj; export declare const Tooltip: StoryObj;