UNPKG

ts-mind

Version:

A web-mind lib write in typescript.Sound apis and friendly plug-in mechanism in this lib.

6 lines (5 loc) 249 B
export declare const dom: { add_event(target: Element | Document, event: string, call: ITSMAnyCall<any[], any>): void; css(cstyle: CSSStyleDeclaration, property_name: string): string; is_visible(cstyle: CSSStyleDeclaration): boolean; };