-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Translate EuiTabs to TS * EuiTabs: Export Props types and insert temporary type for FocusEvent * EuiTabs: Remove defaultProps and use types derived from object * EuiTabs: remove propTypes from EuiTabs * EuiTabs: move PropTypes docblocks into Props types * EuiTabs: run ESLint * EuiTabs: update jest snapshots * EuiTabs: Revert name change and update exports * Add changelog entry * Manually remove parentheses added by Eslint
- Loading branch information
1 parent
c9dcfb3
commit d5f1340
Showing
14 changed files
with
147 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export { EuiTab } from './tab'; | ||
export { EuiTabs, EuiTabsProps } from './tabs'; | ||
export { | ||
EuiTabbedContent, | ||
EuiTabbedContentTab, | ||
EuiTabbedContentProps, | ||
} from './tabbed_content'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export { | ||
EuiTabbedContent, | ||
EuiTabbedContentTab, | ||
EuiTabbedContentProps, | ||
} from './tabbed_content'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.