UNPKG

189 BTypeScriptView Raw
1import { PropDefaultValue } from '@storybook/components';
2import { DocgenInfo } from '../types';
3export declare function createDefaultValue({ defaultValue }: DocgenInfo): PropDefaultValue;