UNPKG

impair

Version:

A framework for building React applications with OOP principles and a layered architecture.

4 lines (3 loc) 198 B
import { Dispose } from '../types'; export declare function onMount(target: any, propertyKey: string): void; export declare function getOnMountMethods(instance: any): (Dispose | (() => Dispose))[];