element-plus
Version:
A Component Library for Vue 3
14 lines (13 loc) • 426 B
TypeScript
export declare const useTransitionFallthroughEmits: string[];
export declare const useTransitionFallthrough: () => {
onAfterAppear: () => void;
onAfterEnter: () => void;
onAfterLeave: () => void;
onAppearCancelled: () => void;
onBeforeEnter: () => void;
onBeforeLeave: () => void;
onEnter: () => void;
onEnterCancelled: () => void;
onLeave: () => void;
onLeaveCancelled: () => void;
};