amotify 0.0.52 → 0.0.53

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/fn.tsx CHANGED
@@ -1023,7 +1023,7 @@ declare global {
1023
1023
  } ): void
1024
1024
  reposition( sheetID: string ): void
1025
1025
 
1026
- close( key: string,eventType?: 'Escape' | 'pageTransit' ): void
1026
+ close( key: string,eventType?: 'Escape' | 'pageTransit',force?: boolean ): void
1027
1027
  closeGroup( keyGroup: string ): void
1028
1028
  closeAll( pageTransit?: boolean ): void
1029
1029
  Comps: {