UNPKG

element-internals-polyfill

Version:
9 lines (8 loc) 285 B
export type CustomState = `--${string}` | string; export declare class CustomStateSet extends Set<CustomState> { static get isPolyfilled(): boolean; constructor(ref: HTMLElement); add(state: CustomState): this; clear(): void; delete(state: CustomState): boolean; }