Add data-* to svg attributes

pull/9036/head
Paolo Ricciuti 3 years ago committed by GitHub
parent 5cd4f7750e
commit 7e9053ccdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1451,6 +1451,9 @@ export interface SVGAttributes<T extends EventTarget> extends AriaAttributes, DO
yChannelSelector?: string | undefined | null;
z?: number | string | undefined | null;
zoomAndPan?: string | undefined | null;
// allow any data- attribute
[key: `data-${string}`]: any;
}
export interface HTMLWebViewAttributes extends HTMLAttributes<HTMLElement> {

Loading…
Cancel
Save