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

16 lines 468 B
/** * @packageDocumentation * @module constants/storybook * @description * This file contains all the constants related to storybook * @see https://storybook.js.org/docs/react/writing-stories/introduction */ export const CATEGORY_CONTROL = { CONTENT: 'CONTENT', MODIFIERS: 'MODIFIERS', FUNCTIONS: 'FUNCTIONS', TESTING: 'TESTING', ACCESIBILITY: 'ACCESIBILITY', CUSTOMIZATION: 'CUSTOMIZATION', }; //# sourceMappingURL=categoryControl.js.map