UNPKG

@storybook/addon-ondevice-controls

Version:

Display storybook controls on your device.

2 lines (1 loc) 163 B
export type ControlTypes = 'text' | 'number' | 'color' | 'boolean' | 'object' | 'select' | 'array' | 'date' | 'radio' | 'inline-radio' | 'multi-select' | 'range';