UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

19 lines 575 B
"use strict"; /** * @packageDocumentation * @module constants/storybook * @description * This file contains all the constants related to storybook * @see https://storybook.js.org/docs/react/writing-stories/introduction */ Object.defineProperty(exports, "__esModule", { value: true }); exports.CATEGORY_CONTROL = void 0; exports.CATEGORY_CONTROL = { CONTENT: 'CONTENT', MODIFIERS: 'MODIFIERS', FUNCTIONS: 'FUNCTIONS', TESTING: 'TESTING', ACCESIBILITY: 'ACCESIBILITY', CUSTOMIZATION: 'CUSTOMIZATION', }; //# sourceMappingURL=categoryControl.js.map