UNPKG

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

Version:
15 lines (14 loc) 391 B
import { PROJECT_TYPE, DEVSERVER, STRATEGY } from '@omni-door/tpl-utils'; declare const _default: (config: { project_type: PROJECT_TYPE; name: string; ts: boolean; devServer: DEVSERVER; test: boolean; eslint: boolean; commitlint: boolean; stylelint: boolean; strategy: STRATEGY; type_react?: string | undefined; }) => string; export default _default;