office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
5 lines • 303 B
JavaScript
import { styled } from '../../Utilities';
import { TeachingBubbleContentBase } from './TeachingBubbleContent.base';
import { getStyles } from './TeachingBubble.styles';
export var TeachingBubbleContent = styled(TeachingBubbleContentBase, getStyles);
//# sourceMappingURL=TeachingBubbleContent.js.map