@oiij/naive-ui
Version:
Some Composable Functions And Components for Vue 3
11 lines (10 loc) • 355 B
TypeScript
import { ClassStyle } from "../data-table-plus/index.js";
import { _default } from "./BaseTransition.vue.js";
import { TransitionProps } from "vue";
//#region src/components/transition/index.d.ts
type TransitionProps$1 = {
name?: string;
transitionProps?: TransitionProps & ClassStyle;
};
//#endregion
export { TransitionProps$1 as TransitionProps };