UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

8 lines (7 loc) 216 B
import type { TableContext, TableRowContext } from './table.types'; export declare const tableContext: { __context__: TableContext; }; export declare const tableRowContext: { __context__: TableRowContext; };