UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

8 lines 290 B
export const _includedComponents = ` <StorybookComponents.Stack flexDirection="column"> <IncludedComponents includedComponents={[ {category: 'StorybookUI', title: 'Text', optional: true}, {category: 'StorybookUI', title: 'Heading'} ]} /> </StorybookComponents.Stack>; `;