UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

5 lines 346 B
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