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