@andersundsehr/storybook-typo3
Version:
The one and only Storybook Renderer for TYPO3 Fluid Components
18 lines (17 loc) • 525 B
TypeScript
import { SourceType } from 'storybook/internal/docs-tools';
import { type FluidRenderer } from '@andersundsehr/storybook-typo3';
import { type DecoratorFunction } from 'storybook/internal/types';
export declare const tags: string[];
export declare const decorators: DecoratorFunction<FluidRenderer>[];
export declare const parameters: {
docs: {
story: {
inline: boolean;
};
codePanel: boolean;
source: {
type: SourceType;
};
toc: boolean;
};
};