@brizy/ui
Version:
React elements in Brizy style
15 lines (14 loc) • 398 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IMAGE_ACCEPTABLE_TYPES = exports.BRZ_PREFIX_V2 = exports.BRZ_PREFIX = void 0;
exports.BRZ_PREFIX = "brz-ui";
exports.BRZ_PREFIX_V2 = "brz-ui-v2";
exports.IMAGE_ACCEPTABLE_TYPES = [
"image/pjpeg",
"image/jpeg",
"image/png",
"image/x-png",
"image/gif",
"image/svg+xml",
"image/webp",
];