UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines 273 B
import { styled } from '../../Utilities'; import { getStyles } from './Coachmark.styles'; import { CoachmarkBase } from './Coachmark.base'; export var Coachmark = styled(CoachmarkBase, getStyles, undefined, { scope: 'Coachmark' }); //# sourceMappingURL=Coachmark.js.map