default: {
    argTypes: { name: { type: "string" }; pack: { type: "string" } };
    component: LegacyComponentType;
    title: string;
} = ...

Type declaration

  • argTypes: { name: { type: "string" }; pack: { type: "string" } }
  • component: LegacyComponentType
  • title: string