UNPKG

@vuesax-alpha/nightly

Version:
11 lines (10 loc) 373 B
import type { ExtractPropTypes } from 'vue'; export declare const expandProps: { readonly colspan: { readonly type: import("vue").PropType<number>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __vsPropKey: true; }; }; export declare type TableThProps = ExtractPropTypes<typeof expandProps>;