From 7506e615c7a48335635f1f2189a9a68e42832b28 Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Fri, 20 Sep 2024 16:35:24 +0700 Subject: [PATCH] feat: update prop --- .../react-multi-crop/src/ReactMultiCrop/interfaces/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/react-multi-crop/src/ReactMultiCrop/interfaces/index.ts b/packages/react-multi-crop/src/ReactMultiCrop/interfaces/index.ts index 4fcd4daf7..2fa63568e 100644 --- a/packages/react-multi-crop/src/ReactMultiCrop/interfaces/index.ts +++ b/packages/react-multi-crop/src/ReactMultiCrop/interfaces/index.ts @@ -1,5 +1,4 @@ import { fabric } from 'fabric'; -import CSS from 'csstype'; export interface ICropStyle { borderColor?: string; @@ -85,7 +84,7 @@ export interface IReactMultiCropProps { /** @deprecated will completely remove the buttons */ showButton?: boolean; /** @deprecated avoid to use this props */ - style?: CSS.Properties; + style?: React.CSSProperties; } export interface IReactMultiCropStates {