UNPKG

661 BSource Map (JSON)View Raw
1{"version":3,"file":"Calendar.js","sourceRoot":"../src/","sources":["components/Calendar/Calendar.tsx"],"names":[],"mappings":";;;AACA,iDAA6C;AAC7C,iDAA+C;AAC/C,qDAA2C;AAG9B,QAAA,QAAQ,GAA4C,kBAAM,CAAC,4BAAY,EAAE,wBAAM,EAAE,SAAS,EAAE;IACvG,KAAK,EAAE,UAAU;CAClB,CAAC,CAAC","sourcesContent":["import * as React from 'react';\nimport { styled } from '@fluentui/utilities';\nimport { CalendarBase } from './Calendar.base';\nimport { styles } from './Calendar.styles';\nimport type { ICalendarProps } from './Calendar.types';\n\nexport const Calendar: React.FunctionComponent<ICalendarProps> = styled(CalendarBase, styles, undefined, {\n scope: 'Calendar',\n});\n"]}
\No newline at end of file