frontend/.pnpm-store/v3/files/83/c06d02cd9a6d2632dbb8fd4ddf1d4f53ccfd0e56cd5c598fe1ac4f6164e14278bd61ca0c6d0973dcc609a6bd8f04802fce3c30c7ec5939a5e2fa396d42e853

9 lines
636 B
Plaintext

declare const _boolean_attributes: readonly ["allowfullscreen", "allowpaymentrequest", "async", "autofocus", "autoplay", "checked", "controls", "default", "defer", "disabled", "formnovalidate", "hidden", "inert", "ismap", "itemscope", "loop", "multiple", "muted", "nomodule", "novalidate", "open", "playsinline", "readonly", "required", "reversed", "selected"];
export declare type BooleanAttributes = typeof _boolean_attributes[number];
/**
* List of HTML boolean attributes (e.g. `<input disabled>`).
* Source: https://html.spec.whatwg.org/multipage/indices.html
*/
export declare const boolean_attributes: Set<string>;
export {};