Fixed #1959 - Update type checking for class properties

This commit is contained in:
Tuğçe Küçükoğlu 2022-01-10 11:52:18 +03:00 committed by Tuğçe Küçükoğlu
parent 400f6fd196
commit 4702bbeb24
29 changed files with 45 additions and 45 deletions

View file

@ -12,7 +12,7 @@ export interface RadioButtonProps {
/**
* Style class of the component input field.
*/
class?: string;
class?: any;
/**
* Inline style of the component.
*/