prop.d.ts 222 B

123
  1. export declare function prop(elem: Element, props: string): any;
  2. export declare function prop(elem: Element, props: string, value: any): void;
  3. export declare function prop(elem: Element, props: Record<string, any>): void;