@muban/storybook
Version:
Storybook for Muban: View and Test Muban components.
7 lines (6 loc) • 353 B
TypeScript
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;