UNPKG

@oiij/naive-ui

Version:

Some Composable Functions And Components for Vue 3

38 lines (37 loc) 1.35 kB
import { ClassStyle } from "../data-table-plus/index.js"; import "../../components.js"; import * as vue40 from "vue"; import * as naive_ui21 from "naive-ui"; //#region src/components/loading-provider/LoadingProvider.vue.d.ts declare var __VLS_26: {}, __VLS_29: {}, __VLS_31: {}; type __VLS_Slots = {} & { description?: (props: typeof __VLS_26) => any; } & { icon?: (props: typeof __VLS_29) => any; } & { default?: (props: typeof __VLS_31) => any; }; declare const __VLS_base: vue40.DefineComponent<{ show?: boolean; appendTo?: string | vue40.RendererElement; mask?: boolean | vue40.CSSProperties; blur?: boolean; duration?: number; spinProps?: Omit<naive_ui21.SpinProps, "show"> & ClassStyle; }, {}, {}, {}, {}, vue40.ComponentOptionsMixin, vue40.ComponentOptionsMixin, {}, string, vue40.PublicProps, Readonly<{ show?: boolean; appendTo?: string | vue40.RendererElement; mask?: boolean | vue40.CSSProperties; blur?: boolean; duration?: number; spinProps?: Omit<naive_ui21.SpinProps, "show"> & ClassStyle; }> & Readonly<{}>, {}, {}, {}, {}, string, vue40.ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>; declare const _default: typeof __VLS_export; type __VLS_WithSlots<T, S> = T & { new (): { $slots: S; }; }; //#endregion export { _default };