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.

45 lines (44 loc) 1.12 kB
declare const _default: import('vue').DefineComponent<{ type: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; content: { type: StringConstructor; default: string; }; duration: { type: NumberConstructor; default: number; }; onClose: { type: StringConstructor; }; }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { onClose: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ type: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; content: { type: StringConstructor; default: string; }; duration: { type: NumberConstructor; default: number; }; onClose: { type: StringConstructor; }; }>> & { onOnClose?: ((...args: any[]) => any) | undefined; }, { type: string; duration: number; content: string; }, {}>; export default _default;