Skip to content
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

Kibana react star export #121804

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove common star export
vadimkibana committed Dec 21, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit fe2c425629cdc2e557d7258664800985f66cb5bc
14 changes: 10 additions & 4 deletions src/plugins/kibana_react/common/index.ts
Original file line number Diff line number Diff line change
@@ -6,7 +6,13 @@
* Side Public License, v 1.
*/

// TODO: https://github.com/elastic/kibana/issues/109898
/* eslint-disable @kbn/eslint/no_export_all */

export * from './eui_styled_components';
export {
createGlobalStyle,
css,
euiStyled,
EuiTheme,
EuiThemeProvider,
EuiThemeProviderDecorator,
keyframes,
withTheme,
} from './eui_styled_components';