@hedgedoc/html-to-react
Version:
Parse HTML into React components
31 lines • 575 B
JavaScript
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'
]);
export default booleanAttributes;
//# sourceMappingURL=booleanAttributes.js.map