UNPKG

394 BTypeScriptView Raw
1import { PresetProperty } from '@storybook/types';
2import { StorybookConfig } from './types';
3export declare const addons: PresetProperty<'addons', StorybookConfig>;
4export declare const previewAnnotations: StorybookConfig['previewAnnotations'];
5export declare const core: PresetProperty<'core', StorybookConfig>;
6export declare const typescript: PresetProperty<'typescript', StorybookConfig>;