/** * This file was automatically generated by the Stencil React Output Target. * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. */ import type { EventName, StencilReactComponent } from './react-runtime.js'; import { type DsTableCustomEvent, type PaginationChangeDetail, type TableCellActionDetail, type TableColumnsConfigChangeDetail, type TableDataModeChangeDetail, type TableGroupCollapseChangeDetail, type TableGroupLoadMoreDetail, type TableLoadMoreDetail, type TableRowActivateDetail, type TableSelectionChangeDetail, type TableSortChangeDetail } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsTable as DsTableElement } from "@ds-mo/ui/dist/components/ds-table.js"; export type DsTableEvents = { onDsSortChange: EventName>; onDsGroupCollapseChange: EventName>; onDsSelectionChange: EventName>; onDsLoadMore: EventName>; onDsGroupLoadMore: EventName>; onDsPaginationChange: EventName>; onDsCellAction: EventName>; onDsRowActivate: EventName>; onDsColumnsConfigChange: EventName>; onDsDataModeChange: EventName>; }; export declare const DsTable: StencilReactComponent;