taggedjs
Version:
tagged template reactive html
5 lines (4 loc) • 462 B
TypeScript
export type HowToSet = (element: HTMLElement, name: string, value: string) => any;
export declare function howToSetInputValue(element: HTMLElement, name: string, value: string | undefined | boolean): void;
export declare function howToSetStandAloneAttr(element: HTMLElement, name: string, _value: string | undefined | boolean): void;
export declare function howToSetFirstInputValue(element: HTMLElement, name: string, value: string | undefined | boolean): void;