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 {