@storybook/html
Version:
Storybook HTML renderer
21 lines (18 loc) • 544 B
TypeScript
import { SourceType } from 'storybook/internal/docs-tools';
import { DecoratorFunction } from 'storybook/internal/types';
import { H as HtmlRenderer } from './types-19e12ec7.js';
declare const decorators: DecoratorFunction<HtmlRenderer>[];
declare const parameters: {
docs: {
story: {
inline: boolean;
};
source: {
type: SourceType;
language: string;
code: undefined;
excludeDecorators: undefined;
};
};
};
export { decorators, parameters };