UNPKG

yanzhen-design-vue

Version:

9 lines (8 loc) 305 B
import { ExtractPropTypes } from 'vue'; export declare const wrapperProps: { [x: string]: any; }; export declare const wrapperEmits: {}; export type WrapperProps = ExtractPropTypes<typeof wrapperProps>; export type WrapperPropsKey = keyof WrapperProps; export type WrapperEmits = typeof wrapperEmits;