UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 368 B
import type { Generic } from 'adopted-style-sheets'; import type { TableSettings } from '../types/table-settings'; export type TableSettingsPropType = TableSettings; export type PropTableSettings = { tableSettings: TableSettingsPropType; }; export declare const validateTableSettings: (component: Generic.Element.Component, value?: TableSettingsPropType) => void;