mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref(TS) Convert some components to TS (#13142)
This commit is contained in:
@@ -11,7 +11,7 @@ interface ICheckboxProps {
|
||||
/**
|
||||
* Whether the input is checked or not.
|
||||
*/
|
||||
checked: boolean;
|
||||
checked?: boolean;
|
||||
|
||||
/**
|
||||
* Class name for additional styles.
|
||||
|
||||
Reference in New Issue
Block a user