UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

7 lines 274 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