Skip to content

Commit

Permalink
Merge pull request #23370 from iqbalcodes6602/iqbal
Browse files Browse the repository at this point in the history
Doc Blocks: Add `title` to `Meta` prop types
  • Loading branch information
JReinhold authored Aug 29, 2023
2 parents 3d07eaf + d6077ee commit 21e68f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/blocks/src/blocks/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { BaseAnnotations, ModuleExports } from '@storybook/types';
import { Anchor } from './Anchor';
import { DocsContext } from './DocsContext';

type MetaProps = BaseAnnotations & { of?: ModuleExports };
type MetaProps = BaseAnnotations & { of?: ModuleExports; title?: string };

/**
* This component is used to declare component metadata in docs
Expand Down

0 comments on commit 21e68f7

Please sign in to comment.