File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- import { AnimatePresence } from 'framer-motion'
1
+ import { AnimatePresence , motion } from 'framer-motion'
2
2
3
3
export * from './MotionDiv'
4
- export { AnimatePresence }
4
+ export { AnimatePresence , motion }
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ export { default as ActivateLicenseDialog } from './ActivateLicenseDialog'
2
2
export { default as DevtronLicenseCard } from './DevtronLicenseCard'
3
3
export { ICDevtronWithBorder , default as InstallationFingerprintInfo } from './License.components'
4
4
export * from './types'
5
- export { parseDevtronLicenseData } from './utils'
5
+ export { parseDevtronLicenseData , parseDevtronLicenseDTOIntoLicenseCardData } from './utils'
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const getDevtronLicenseStatus = ({
34
34
return LicenseStatus . ACTIVE
35
35
}
36
36
37
- const parseDevtronLicenseDTOIntoLicenseCardData = < isCentralDashboard extends boolean = false > (
37
+ export const parseDevtronLicenseDTOIntoLicenseCardData = < isCentralDashboard extends boolean = false > (
38
38
licenseDTO : DevtronLicenseDTO < isCentralDashboard > ,
39
39
currentUserEmail ?: isCentralDashboard extends true ? string : never ,
40
40
) : Omit < DevtronLicenseCardProps , 'appTheme' > => {
You can’t perform that action at this time.
0 commit comments