UNPKG

751 BSource Map (JSON)View Raw
1{"version":3,"file":"Shimmer.js","sourceRoot":"../src/","sources":["components/Shimmer/Shimmer.tsx"],"names":[],"mappings":";;;AACA,6CAAyC;AACzC,mDAA6C;AAC7C,+CAA6C;AAGhC,QAAA,OAAO,GAA2C,kBAAM,CAInE,0BAAW,EAAE,0BAAS,EAAE,SAAS,EAAE;IACnC,KAAK,EAAE,SAAS;CACjB,CAAC,CAAC","sourcesContent":["import * as React from 'react';\nimport { styled } from '../../Utilities';\nimport { getStyles } from './Shimmer.styles';\nimport { ShimmerBase } from './Shimmer.base';\nimport type { IShimmerProps, IShimmerStyleProps, IShimmerStyles } from './Shimmer.types';\n\nexport const Shimmer: React.FunctionComponent<IShimmerProps> = styled<\n IShimmerProps,\n IShimmerStyleProps,\n IShimmerStyles\n>(ShimmerBase, getStyles, undefined, {\n scope: 'Shimmer',\n});\n"]}
\No newline at end of file