5 lines
304 B
JavaScript
5 lines
304 B
JavaScript
import { styled } from '../../Utilities';
|
|
import { TeachingBubbleBase } from './TeachingBubble.base';
|
|
import { getStyles } from './TeachingBubble.styles';
|
|
export var TeachingBubble = styled(TeachingBubbleBase, getStyles, undefined, { scope: 'TeachingBubble' });
|
|
//# sourceMappingURL=TeachingBubble.js.map
|