xframelib
Version:
积累的前端开发基础库,来源于项目和服务于项目。
10 lines (9 loc) • 450 B
TypeScript
interface Props {
enterActive?: string;
leaveActive?: string;
}
declare const _default: 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>;
export default _default;