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 (15 loc) 399 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 declare const CATEGORY_CONTROL: { CONTENT: string; MODIFIERS: string; FUNCTIONS: string; TESTING: string; ACCESIBILITY: string; CUSTOMIZATION: string; };