amotify 0.0.26 → 0.0.28

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
@@ -978,7 +978,7 @@ declare global {
978
978
  } ): void
979
979
  reposition( sheetID: string ): void
980
980
 
981
- close( key: string,eventType?: 'escape' | 'pageTransit' ): void
981
+ close( key: string,eventType?: 'Escape' | 'pageTransit' ): void
982
982
  closeGroup( keyGroup: string ): void
983
983
  closeAll( pageTransit?: boolean ): void
984
984
  Comps: {