UNPKG

@wdslib/web-design

Version:

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

58 lines (57 loc) 1.33 kB
declare const _default: import('vue').DefineComponent<{ projectName: { type: StringConstructor; default: string; }; copyright: { type: StringConstructor; default: string; }; status: { type: StringConstructor; }; loadingTips: { type: StringConstructor; }; loadingName: { type: StringConstructor; default: string; }; lv: { type: StringConstructor; default: string; }; }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { done: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ projectName: { type: StringConstructor; default: string; }; copyright: { type: StringConstructor; default: string; }; status: { type: StringConstructor; }; loadingTips: { type: StringConstructor; }; loadingName: { type: StringConstructor; default: string; }; lv: { type: StringConstructor; default: string; }; }>> & { onDone?: ((...args: any[]) => any) | undefined; }, { projectName: string; copyright: string; loadingName: string; lv: string; }, {}>; export default _default;