Skip to content

Commit 2e36572

Browse files
committed
Remove comments on docs - it seems to cause errors when transpiling
1 parent f8e4c6e commit 2e36572

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/tabController/TabBarItem.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ export interface TabControllerItemProps {
5959
* Badge component props to display next the item label
6060
*/
6161
badge?: BadgeProps;
62-
// /**
63-
// * maximun number of lines the label can break
64-
// */
62+
/**
63+
* maximun number of lines the label can break
64+
*/
6565
// maxLines?: number;
66-
// /**
67-
// * whether the tab will have a divider on its right
68-
// */
66+
/**
67+
* whether the tab will have a divider on its right
68+
*/
6969
// showDivider?: boolean;
7070
/**
7171
* A fixed width for the item

0 commit comments

Comments
 (0)