UNPKG

taggedjs

Version:

tagged template reactive html

3 lines (2 loc) 176 B
export type HowToSet = (element: Element, name: string, value: string) => any; export declare function howToSetInputValue(element: Element, name: string, value: string): void;