This commit is contained in:
Manav Rathi
2024-06-04 21:10:12 +05:30
parent 47e2c1bbc7
commit 834660bee4

View File

@@ -27,7 +27,7 @@ interface Iprops {
fontWeight?: TypographyProps["fontWeight"];
startIcon?: React.ReactNode;
endIcon?: React.ReactNode;
label?: string;
label: string;
subText?: string;
subIcon?: React.ReactNode;
checked?: boolean;