UNPKG

@muban/storybook

Version:
7 lines (6 loc) 353 B
import type { App } from '@muban/muban'; import { type StrictArgTypes } from '@storybook/types'; import { type StoryFnMubanReturnType } from '../types.js'; export declare function renderClientTemplate(app: App | undefined, container: HTMLElement, componentStory: StoryFnMubanReturnType, data: any, { argTypes }: { argTypes: StrictArgTypes; }): any;