mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Merge branch 'fix/update-definititions-to-latest-release' of github.com:chaaya/DefinitelyTyped into fix/update-definititions-to-latest-release
This commit is contained in:
2
types/react-image-crop/index.d.ts
vendored
2
types/react-image-crop/index.d.ts
vendored
@@ -40,7 +40,7 @@ declare namespace ReactCrop {
|
||||
onDragStart?: () => void;
|
||||
onDragEnd?: () => void;
|
||||
disabled?: boolean;
|
||||
crossorigin?: "anonymous" | 'use-credentials';
|
||||
crossorigin?: 'anonymous' | 'use-credentials';
|
||||
children?: ReactNode;
|
||||
style?: CSSProperties;
|
||||
imageStyle?: CSSProperties;
|
||||
|
||||
Reference in New Issue
Block a user