UNPKG

@oiij/naive-ui

Version:

Some Composable Functions And Components for Vue 3

36 lines (35 loc) 1.27 kB
import { ClassStyle } from "../data-table-plus/index.js"; import "../../components.js"; import * as vue8 from "vue"; import * as naive_ui0 from "naive-ui"; //#region src/components/tooltip-button/TooltipButton.vue.d.ts declare var __VLS_17: {}, __VLS_20: {}, __VLS_22: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_17) => any; } & { icon?: (props: typeof __VLS_20) => any; } & { tooltip?: (props: typeof __VLS_22) => any; }; declare const __VLS_base: vue8.DefineComponent<{ tooltip?: string; tooltipProps?: naive_ui0.TooltipProps & ClassStyle; buttonProps?: naive_ui0.ButtonProps & ClassStyle; }, {}, {}, {}, {}, vue8.ComponentOptionsMixin, vue8.ComponentOptionsMixin, {} & { click: (ev: MouseEvent) => any; }, string, vue8.PublicProps, Readonly<{ tooltip?: string; tooltipProps?: naive_ui0.TooltipProps & ClassStyle; buttonProps?: naive_ui0.ButtonProps & ClassStyle; }> & Readonly<{ onClick?: ((ev: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, string, vue8.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 };