UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

3 lines (2 loc) 137 B
export declare const getGlobalVar: (varname: string) => Window; export declare const setGlobalVar: (varname: string, value: any) => any;