UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

8 lines (7 loc) 204 B
import type { Fn } from './types'; /** * Call onScopeDispose() if it's inside a effect scope lifecycle, if not, do nothing * * @param fn */ export declare function tryOnScopeDispose(fn: Fn): boolean;