@o3r/core
Version:
Core of the Otter Framework
7 lines • 548 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAddThemingRules = void 0;
const common_1 = require("./common");
const getAddThemingRules = (stylePath, options) => (0, common_1.askQuestionsToGetRulesOrThrowIfPackageNotAvailable)(stylePath, 'useOtterTheming', options.useOtterTheming, 'Generate component with Otter theming?', ['@o3r/core:component', '@o3r/core:component-presenter'], '@o3r/styling', 'theming-to-component');
exports.getAddThemingRules = getAddThemingRules;
//# sourceMappingURL=theming.js.map