UNPKG

@pega/custom-dx-components

Version:

Utility for building custom UI components

14 lines (13 loc) 349 B
import type { StorybookConfig } from '@storybook/react-vite'; const config: StorybookConfig = { stories: ['../src/**/*.stories.@(js|jsx|ts|tsx)'], addons: ['@storybook/addon-links', '@storybook/addon-essentials'], framework: { name: '@storybook/react-vite', options: {} }, docs: { autodocs: 'tag' } }; export default config;