amotify 0.0.63 → 0.0.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/@types/amot.tsx CHANGED
@@ -1,4 +1,4 @@
1
- export default { }
1
+ export default {}
2
2
 
3
3
  import { FontAwesomeIconProps } from '@fortawesome/react-fontawesome'
4
4
  import { IconDefinition } from "@fortawesome/fontawesome-common-types"
@@ -71,6 +71,7 @@ declare global {
71
71
 
72
72
  namespace global {
73
73
  type LaunchReactApplicationInput = {
74
+ baseElement?: HTMLElement | string
74
75
  reactElement: ReactElement
75
76
  nonRouter?: boolean
76
77
  isRoot?: boolean