UNPKG

svelte

Version:

Cybernetically enhanced web apps

9 lines (8 loc) 623 B
declare const _boolean_attributes: readonly ["allowfullscreen", "allowpaymentrequest", "async", "autofocus", "autoplay", "checked", "controls", "default", "defer", "disabled", "formnovalidate", "hidden", "inert", "ismap", "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 {};