-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style(typings): export Tab definitions #1808
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1808 +/- ##
=======================================
Coverage 99.75% 99.75%
=======================================
Files 144 144
Lines 2463 2463
=======================================
Hits 2457 2457
Misses 6 6 Continue to review full report at Codecov.
|
index.d.ts
Outdated
@@ -156,6 +156,8 @@ export { default as Sidebar, SidebarProps } from './dist/commonjs/modules/Sideba | |||
export { default as SidebarPushable, SidebarPushableProps } from './dist/commonjs/modules/Sidebar/SidebarPushable'; | |||
export { default as SidebarPusher, SidebarPusherProps } from './dist/commonjs/modules/Sidebar/SidebarPusher'; | |||
|
|||
export { default as Tab, TabProps} from './dist/commonjs/modules/Tab'; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Tab
has also the TabPane
subcomponent, let's export it, too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@layershifter You're right ! It's done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pierre-H Thanks for update, LGTM
Released in |
No description provided.