UNPKG

@muban/storybook

Version:
4 lines (3 loc) 272 B
import type { PartialStoryFn } from '@storybook/types'; import type { MubanRenderer, StoryContext, StoryFnMubanReturnType } from '../types.js'; export declare function sourceDecorator(storyFn: PartialStoryFn<MubanRenderer>, context: StoryContext): StoryFnMubanReturnType;