Skip to content

Commit

Permalink
feat: update prop
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Sep 20, 2024
1 parent cf01a7f commit 7506e61
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { fabric } from 'fabric';
import CSS from 'csstype';

export interface ICropStyle {
borderColor?: string;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 7506e61

Please sign in to comment.