UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

13 lines (12 loc) 612 B
import type { JSX } from '../../stencil-public-runtime'; import type { HasSettingsMenuPropType, TableCallbacksPropType, TableDataFootPropType, TableDataPropType, TableHeaderCellsPropType, TableSelectionPropType, TableStatelessProps } from '../../schema'; export declare class KolTableStateless implements TableStatelessProps { _data: TableDataPropType; _dataFoot?: TableDataFootPropType; _headerCells: TableHeaderCellsPropType; _label: string; _on?: TableCallbacksPropType; _selection?: TableSelectionPropType; _hasSettingsMenu?: HasSettingsMenuPropType; render(): JSX.Element; }