(fix:ui) tool cards

This commit is contained in:
ManishMadan2882
2025-03-07 17:19:14 +05:30
parent d891c8dae2
commit 773147701d
3 changed files with 92 additions and 115 deletions

View File

@@ -8,10 +8,10 @@ export type InputProps = {
maxLength?: number;
name?: string;
placeholder?: string;
label?: string;
required?: boolean;
className?: string;
children?: React.ReactElement;
labelBgClassName?: string;
onChange: (
e: React.ChangeEvent<HTMLTextAreaElement | HTMLInputElement>,
) => void;