UNPKG

@storybook/addon-ondevice-controls

Version:

Display storybook controls on your device.

3 lines (2 loc) 181 B
import type { Args } from 'storybook/internal/csf'; export declare const useArgs: (storyId: string, storyStore: any) => [Args, (args: Args) => void, (argNames?: string[]) => void];