amotify 0.0.62 → 0.0.63

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
@@ -1227,8 +1227,9 @@ declare global {
1227
1227
  }
1228
1228
  }
1229
1229
  namespace Cropper {
1230
+ type UseTypes = 'square' | 'wallpaper.horizontal' | 'wallpaper.vertical'
1230
1231
  type Params = {
1231
- use: 'profile' | 'header'
1232
+ use: UseTypes
1232
1233
  develops: DevelopParams[]
1233
1234
  onProcessFinished: {
1234
1235
  ( files: Input.Filer.CustomFile[] ): void