Skip to content

Commit

Permalink
Help styleguidist to detect proper name for Tabs page
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-medvedev-vk committed Jan 28, 2025
1 parent f2f7055 commit 2b93483
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 @@ -100,3 +100,7 @@ export const Tabs = ({
</RootComponent>
);
};

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

0 comments on commit 2b93483

Please sign in to comment.