ref(TS) Convert some components to TS (#13142)

This commit is contained in:
Robert Pintilii
2023-04-04 10:21:53 +03:00
committed by GitHub
parent aa3a8f24b8
commit 0bea2926d2
60 changed files with 316 additions and 383 deletions

View File

@@ -11,7 +11,7 @@ interface ICheckboxProps {
/**
* Whether the input is checked or not.
*/
checked: boolean;
checked?: boolean;
/**
* Class name for additional styles.