@omni-door/tpl-component-library-react
Version:
The React component-library-react project template
9 lines (8 loc) • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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.tpl_engine_new(exports.tpl_new_style, 'tpl');