From eece05af3ff9dd2e70ae5f2ab797ccef2338c558 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Wed, 16 Jan 2019 10:57:22 -0800 Subject: [PATCH] Update index.d.ts --- types/react-image-crop/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-image-crop/index.d.ts b/types/react-image-crop/index.d.ts index 403af177c6..5589261452 100644 --- a/types/react-image-crop/index.d.ts +++ b/types/react-image-crop/index.d.ts @@ -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;