Skip to content

Commit

Permalink
docs: Help styleguidist to detect proper name for Tabs page (#8203) (#…
Browse files Browse the repository at this point in the history
…8208)

patch: pr8203
  • Loading branch information
andrey-medvedev-vk authored Jan 28, 2025
1 parent 95e0639 commit 755525c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vkui/src/components/Tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ export const Tabs = ({
</RootComponent>
);
};

// чтобы styleguidist не путал компонент
// с другими именованными экспортами
Tabs.displayName = 'Tabs';

0 comments on commit 755525c

Please sign in to comment.