Skip to content

Commit

Permalink
fix(public-docsite-v9): fix toMountNodeProps and UseAnnounce broken p…
Browse files Browse the repository at this point in the history
…ages (microsoft#32469)

Co-authored-by: Martin Hochel <[email protected]>
  • Loading branch information
dmytrokirpa and Hotell authored Sep 5, 2024
1 parent 3e6a9ea commit 91a28b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import type { Meta } from '@storybook/react';
import descriptionMd from './toMountNodePropsDescription.md';

export { Default } from './Default.stories';

export default {
title: 'Components/Portal/toMountNodeProps',
component: null,
parameters: {
docs: {
description: {
component: [descriptionMd].join('\n'),
},
},
},
};
} satisfies Meta;
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import type { Meta } from '@storybook/react';
import descriptionMd from './UseAnnounceDescription.md';

export { Default } from './UseAnnounceDefault.stories';

export default {
title: 'Utilities/ARIA live/useAnnounce',
component: null,
parameters: {
docs: {
description: {
component: [descriptionMd].join('\n'),
},
},
},
};
} satisfies Meta;

0 comments on commit 91a28b4

Please sign in to comment.