Skip to content

Commit

Permalink
feat: 🎨 incorporated type
Browse files Browse the repository at this point in the history
  • Loading branch information
likhith-deriv committed Nov 11, 2022
1 parent f98650c commit 7145ae1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type TPreviewSingle = {

type TFileDropzone = {
className?: string;
noClick?: boolean;
validation_error_message: ReactNode & ((open?: () => void) => ReactNode);
max_size?: number;
value: Array<{ name: string }>;
Expand Down

0 comments on commit 7145ae1

Please sign in to comment.