UNPKG

elmer-ui-core

Version:

web app framework

5 lines (4 loc) 183 B
import { Common } from "elmer-common"; export declare class InjectModel extends Common { inject(target: any, models: object, propertyKey?: string, isAutowired?: boolean): void; }