office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
5 lines • 308 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