14 lines
394 B
JavaScript
14 lines
394 B
JavaScript
"use strict";
|
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const _common_1 = __importDefault(require("./_common"));
|
|
const flexDark = {
|
|
name: 'Flex',
|
|
self() {
|
|
return _common_1.default;
|
|
}
|
|
};
|
|
exports.default = flexDark;
|