(refactor:remote types) enhance abstraction

This commit is contained in:
ManishMadan2882
2025-01-31 06:29:35 +05:30
parent a69e81076a
commit 4b83fa3549
3 changed files with 234 additions and 130 deletions

View File

@@ -8,6 +8,7 @@ export type InputProps = {
maxLength?: number;
name?: string;
placeholder?: string;
label?: string;
className?: string;
children?: React.ReactElement;
onChange: (