3 lines
174 B
TypeScript
3 lines
174 B
TypeScript
export declare function bindProps(el: HTMLElement, props: Record<string, any>): void;
|
|
export declare function unbindProps(el: HTMLElement, props: Record<string, any>): void;
|