@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
25 lines (24 loc) • 812 B
TypeScript
import { PropType } from 'vue';
import { TableIconName } from './symbol';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
name: {
type: PropType<TableIconName>;
required: true;
};
origin: {
type: ObjectConstructor;
default: null;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
name: {
type: PropType<TableIconName>;
required: true;
};
origin: {
type: ObjectConstructor;
default: null;
};
}>> & Readonly<{}>, {
origin: Record<string, any>;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;