UNPKG

@minto-ai/mt-ui

Version:

UI组件库

10 lines (9 loc) 297 B
import { ExtractPropTypes } from 'vue'; declare const fadeTransitionProps: { readonly duration: { readonly type: NumberConstructor; readonly default: 300; }; }; export type FadeTransitionProps = ExtractPropTypes<typeof fadeTransitionProps>; export { fadeTransitionProps };