default: {
    argTypes: { targetSelector: { type: string } };
    component: typeof I;
    title: string;
} = ...

Type declaration

  • argTypes: { targetSelector: { type: string } }
  • component: typeof I
  • title: string