UNPKG

@storybook/react

Version:

Storybook for React: Develop React Component in isolation with Hot Reloading.

6 lines 237 B
export const CUSTOM_CAPTION = 'custom'; export const OBJECT_CAPTION = 'object'; export const ARRAY_CAPTION = 'array'; export const CLASS_CAPTION = 'class'; export const FUNCTION_CAPTION = 'func'; export const ELEMENT_CAPTION = 'element';