UNPKG

865 BSource Map (JSON)View Raw
1{"version":3,"file":"TeachingBubble.js","sourceRoot":"../src/","sources":["components/TeachingBubble/TeachingBubble.ts"],"names":[],"mappings":";;;AACA,6CAAyC;AACzC,6DAA2D;AAC3D,iEAAoD;AAGvC,QAAA,cAAc,GAAkD,kBAAM,CAIjF,wCAAkB,EAAE,iCAAS,EAAE,SAAS,EAAE,EAAE,KAAK,EAAE,gBAAgB,EAAE,CAAC,CAAC","sourcesContent":["import * as React from 'react';\nimport { styled } from '../../Utilities';\nimport { TeachingBubbleBase } from './TeachingBubble.base';\nimport { getStyles } from './TeachingBubble.styles';\nimport type { ITeachingBubbleProps, ITeachingBubbleStyleProps, ITeachingBubbleStyles } from './TeachingBubble.types';\n\nexport const TeachingBubble: React.FunctionComponent<ITeachingBubbleProps> = styled<\n ITeachingBubbleProps,\n ITeachingBubbleStyleProps,\n ITeachingBubbleStyles\n>(TeachingBubbleBase, getStyles, undefined, { scope: 'TeachingBubble' });\n"]}
\No newline at end of file