yanzhen-design-vue
Version:
15 lines (14 loc) • 404 B
TypeScript
import { ExtractPropTypes } from 'vue';
export declare const mapOptions: {
ns: any;
class: any;
name: any;
};
export declare const mapName: any;
export declare const mapProps: {
location: StringConstructor;
};
export declare const mapEmits: any[];
export type MapProps = ExtractPropTypes<typeof mapProps>;
export type MapPropsKey = keyof MapProps;
export type MapEmits = typeof mapEmits;