UNPKG

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

Version:
9 lines (8 loc) 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var utils_1 = require("@omni-door/utils"); var tpl = "`${cc ? `export interface ${componentName}States {}\n` : ''}\nexport interface ${componentName}Props {\n className?: string;\n}\n`"; exports.tpl_new_interface = { tpl: tpl }; exports.default = utils_1.tpl_engine_new(exports.tpl_new_interface, 'tpl');