15 lines
402 B
JavaScript
Raw Permalink Normal View History

2024-01-29 09:26:07 +08:00
"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"));
2024-08-02 18:19:39 +08:00
function self() {
2024-01-29 09:26:07 +08:00
return _common_1.default;
2024-08-02 18:19:39 +08:00
}
2024-01-29 09:26:07 +08:00
const flexLight = {
name: 'Flex',
self
};
exports.default = flexLight;