amotify 0.0.63 → 0.0.64

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"
@@ -128,6 +128,9 @@ declare global {
128
128
  useStore: global.useStoreParams
129
129
  useRecycle: global.useRecycleParams
130
130
  LaunchReactApplication( params: global.LaunchReactApplicationInput ): void
131
+ LaunchSubApplication( params: global.LaunchReactApplicationInput & {
132
+ baseElement?: HTMLElement | string
133
+ } ): void
131
134
  }
132
135
  }
133
136