UNPKG

@omni-door/tpl-component-react

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