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

Type declaration

  • argTypes: { targetSelector: { type: "string" } }
  • component: LegacyComponentType
  • title: string