Files
routie/frontend/node_modules/vuetify/lib/util/bindProps.d.ts
T

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;