UNPKG

1.05 kBSource Map (JSON)View Raw
1{"version":3,"file":"DocumentCardActions.js","sourceRoot":"../src/","sources":["components/DocumentCard/DocumentCardActions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAOzD,MAAM,CAAC,IAAM,mBAAmB,GAAuD,MAAM,CAI3F,uBAAuB,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,KAAK,EAAE,qBAAqB,EAAE,CAAC,CAAC","sourcesContent":["import * as React from 'react';\nimport { styled } from '../../Utilities';\nimport { DocumentCardActionsBase } from './DocumentCardActions.base';\nimport { getStyles } from './DocumentCardActions.styles';\nimport {\n IDocumentCardActionsProps,\n IDocumentCardActionsStyleProps,\n IDocumentCardActionsStyles,\n} from './DocumentCardActions.types';\n\nexport const DocumentCardActions: React.FunctionComponent<IDocumentCardActionsProps> = styled<\n IDocumentCardActionsProps,\n IDocumentCardActionsStyleProps,\n IDocumentCardActionsStyles\n>(DocumentCardActionsBase, getStyles, undefined, { scope: 'DocumentCardActions' });\n"]}
\No newline at end of file