UNPKG

273 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.COMMON_PROPS = void 0;
7var COMMON_PROPS = ['crossOrigin', 'decoding', 'draggable', 'loading', 'referrerPolicy', 'sizes', 'srcSet', 'useMap', 'alt'];
8exports.COMMON_PROPS = COMMON_PROPS;
\No newline at end of file