Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/storybook/types.ts
Default export metadata
Properties
| Property | Type |
|---|---|
title | string |
component | string |
subcomponents | Record<string, string> |
args | Record<string, unknown> |
argTypes | Record<string, ArgType> |
parameters | Record<string, unknown> |
decorators | string[] |
tags | string[] |
locStart | number |
locEnd | number |
Was this page helpful?