UNPKG

@hedgedoc/html-to-react

Version:

Parse HTML into React components

33 lines 655 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const booleanAttributes = new Set([ 'allowfullscreen', 'async', 'autofocus', 'autoplay', 'checked', 'controls', 'default', 'defer', 'disabled', 'disablepictureinpicture', 'disableremoteplayback', 'formnovalidate', 'hidden', 'itemscope', 'loop', 'multiple', 'muted', 'nomodule', 'novalidate', 'open', 'playsinline', 'readonly', 'required', 'reversed', 'scoped', 'seamless', 'selected' ]); exports.default = booleanAttributes; //# sourceMappingURL=booleanAttributes.js.map