rox-browser
Version:
Rollout.io ROX JS SDK Client
10 lines (9 loc) • 753 B
TypeScript
export declare function compose(...args: any[]): (result: any) => any;
export declare const compileStyles: (styles?: {}) => string;
export declare const setStyle: (node: any, styleString?: string) => any;
export declare const applyClass: (className: any) => (node: any) => any;
export declare const attachOnChangeHandler: (node: any, fn: any) => any;
export declare const attachOnClickHandler: (node: any, fn: any) => any;
export declare const attachOnKeyUpHandler: (node: any, fn: any) => any;
declare let appendChildren: any, elementWithText: any, elementWithAttrs: any, elementWithChildren: any, divWithText: any, divWithChildren: any;
export { appendChildren, elementWithText, elementWithAttrs, elementWithChildren, divWithText, divWithChildren, };