Skip to content

ArgType

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/parser-core/src/storybook/types.ts

Arg type definition

Properties

PropertyType
namestring
descriptionstring
type`{
name: string;
required?: boolean;

}| |defaultValue|unknown| |control|{ type: string; [key: string]: unknown; }| |table|{ type?: { summary: string }; defaultValue?: { summary: string }; category?: string; }| |options|unknown[]` |

Was this page helpful?

Download as PDF