default: {
    argTypes: { name: { type: string }; pack: { type: string } };
    component: typeof D;
    title: string;
} = ...

Type declaration

  • argTypes: { name: { type: string }; pack: { type: string } }
  • component: typeof D
  • title: string