UNPKG

@muban/storybook

Version:
4 lines (3 loc) 242 B
import type { ComponentApi } from '@muban/muban'; import type { Args, StrictArgTypes } from '@storybook/types'; export declare function applyActionArgs(componentInstance: ComponentApi | undefined, argTypes: StrictArgTypes, args: Args): void;