xframelib
Version:
The accumulated front-end development foundation library originates from projects and serves projects.
11 lines (10 loc) • 499 B
TypeScript
interface Props {
enterActive?: string;
leaveActive?: string;
}
declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
enterActive: string;
leaveActive: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;