UNPKG

yanzhen-design-vue

Version:

18 lines (17 loc) 602 B
import { ExtractPropTypes } from 'vue'; export declare const otherTableSelectOptions: { ns: any; class: any; name: any; }; export declare const otherTableSelectName: any; export declare const otherTableSelectProps: { [x: string]: any; }; export declare const otherTableSelectEmits: { 'update:value': (val: any) => boolean; cx1Change: (val: any) => boolean; }; export type OtherTableSelectProps = ExtractPropTypes<typeof otherTableSelectProps>; export type OtherTableSelectPropsKey = keyof OtherTableSelectProps; export type OtherTableSelectEmits = typeof otherTableSelectEmits;