export interface StorybookPluginConfig { type: 'web-components' | 'preact'; configDir?: string; }