UNPKG

346 BJavaScriptView Raw
1import { styled } from '../../Utilities';
2import { TeachingBubbleContentBase } from './TeachingBubbleContent.base';
3import { getStyles } from './TeachingBubble.styles';
4export var TeachingBubbleContent = styled(TeachingBubbleContentBase, getStyles, undefined, { scope: 'TeachingBubbleContent' });
5//# sourceMappingURL=TeachingBubbleContent.js.map
\No newline at end of file