elmer-ui-core
Version:
web app framework
10 lines (9 loc) • 435 B
TypeScript
import { Common } from "elmer-common";
import { TypeUIRenderOptions } from "../interface/IElmerRender";
export declare class ElmerUI extends Common {
private $;
constructor();
render(target: HTMLElement, htmlCode: string, bindComponent?: object | null, options?: TypeUIRenderOptions): any;
}
export declare const addResize: (id: string, callBack: Function) => void;
export declare const removeResize: (id: string) => void;