UNPKG

tav-ui

Version:
6 lines (5 loc) 128 B
interface Fn<T = any, R = T> { (...arg: T[]): R; } export declare function onMountedOrActivated(hook: Fn): void; export {};