grafana/ui: Expose Icon component (#20524)

This commit is contained in:
Dominik Prokop 2019-11-20 17:45:04 +01:00 committed by GitHub
parent 6a4ad136dc
commit 9f94e059cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,7 @@ export { FadeTransition } from './transitions/FadeTransition';
export { SlideOutTransition } from './transitions/SlideOutTransition';
export { Segment, SegmentAsync, SegmentSelect } from './Segment/';
export { default as Chart } from './Chart';
export { Icon } from './Icon/Icon';
// Next-gen forms
export { default as Forms } from './Forms';