epic-designer
Version:
基于vue3的设计器,可视化开发页面表单
9 lines (8 loc) • 435 B
TypeScript
type __VLS_Props = {
name: string;
prefix?: string;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
prefix: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
export default _default;