UNPKG

@fesjs/fes-design

Version:
9 lines (8 loc) 443 B
import type { InjectionKey } from 'vue'; import type { TableInst } from './interface'; export declare const ALIGN: readonly ["left", "center", "right"]; export declare const COL_TYPE: readonly ["default", "selection", "expand"]; export declare const SIZE: readonly ["middle", "small"]; export declare const TABLE_NAME: "FTable"; export declare const TABLE_COLUMN_NAME: "FTableColumn"; export declare const provideKey: InjectionKey<TableInst>;