@oiij/naive-ui
Version:
Some Composable Functions And Components for Vue 3
25 lines (24 loc) • 908 B
TypeScript
import { ClassStyle } from "../data-table-plus/index.js";
import "../../components.js";
import * as vue25 from "vue";
//#region src/components/transition/BaseTransition.vue.d.ts
declare var __VLS_7: {};
type __VLS_Slots = {} & {
default?: (props: typeof __VLS_7) => any;
};
declare const __VLS_base: vue25.DefineComponent<{
name?: string;
transitionProps?: vue25.TransitionProps & ClassStyle;
}, {}, {}, {}, {}, vue25.ComponentOptionsMixin, vue25.ComponentOptionsMixin, {}, string, vue25.PublicProps, Readonly<{
name?: string;
transitionProps?: vue25.TransitionProps & ClassStyle;
}> & Readonly<{}>, {}, {}, {}, {}, string, vue25.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 };