8 lines
245 B
JavaScript
8 lines
245 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
// This symbol is for internal to skip name validation when creating theme.
|
|
var _default = exports.default = Symbol('skipThemeValidation'); |