chore(web/typings): remove unused checkbox description prop

This commit is contained in:
Luke
2023-02-17 11:45:52 +01:00
parent e57460c611
commit c3331063da

View File

@@ -28,7 +28,6 @@ export interface ICheckbox {
label: string; label: string;
checked?: boolean; checked?: boolean;
disabled?: boolean; disabled?: boolean;
description?: string;
required?: boolean; required?: boolean;
} }