@omni-door/tpl-component-react
Version:
The React component-react project template
10 lines (9 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.tpl_new_style = void 0;
var utils_1 = require("@omni-door/utils");
var tpl = "`import './${componentName}.${style === 'all' ? 'scss' : style}';`";
exports.tpl_new_style = {
tpl: tpl
};
exports.default = utils_1.tplEngineNew(exports.tpl_new_style, 'tpl');