UNPKG

@storybook/addon-svelte-csf

Version:
18 lines (17 loc) 793 B
import type { StorybookConfig } from '@storybook/svelte-vite'; import type { Options } from 'storybook/internal/types'; export interface StorybookAddonSvelteCsFOptions extends Options { /** * Enable support for legacy templating. * This option is deprecated, it will be removed in a future major version and should only be used for gradual migration purposes. * Please migrate to the new snippet-based templating API when possible. * * Enabling this can slow down the build-performance because it requires more transformations. * * @default false * @deprecated */ legacyTemplate?: boolean; } export declare const viteFinal: StorybookConfig['viteFinal']; export declare const experimental_indexers: StorybookConfig['experimental_indexers'];