UNPKG

@storybook/svelte

Version:

Storybook Svelte renderer: Develop, document, and test UI components in isolation.

8 lines (5 loc) 226 B
import { DecoratorFunction } from 'storybook/internal/types'; import { S as SvelteRenderer } from './types-b7d0039b.js'; import 'svelte'; declare const decorators: DecoratorFunction<SvelteRenderer>[]; export { decorators };