UNPKG

@carbon/storybook-addon-theme

Version:
19 lines (18 loc) 492 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * Copyright IBM Corp. 2023, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ function managerEntries(entry = []) { return [...entry, require.resolve('./manager')]; //👈 Addon implementation } var _default = exports.default = { managerEntries }; //# sourceMappingURL=preset.js.map