UNPKG

@omni-door/tpl-component-library-react

Version:
9 lines (8 loc) 314 B
"use strict"; 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');