UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

9 lines (8 loc) 199 B
declare type Fn = () => void; /** * Call onUnmounted() if it's inside a component lifecycle, if not, do nothing * * @param fn */ export declare const tryOnUnmounted: (fn: Fn) => void; export {};