13 lines
335 B
JavaScript
13 lines
335 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.self = void 0;
|
|
const common_1 = require("../../_styles/common");
|
|
const self = () => ({});
|
|
exports.self = self;
|
|
const equationLight = {
|
|
name: 'Equation',
|
|
common: common_1.commonLight,
|
|
self: exports.self
|
|
};
|
|
exports.default = equationLight;
|