Fix room security radios
This commit is contained in:
parent
a61cbc1a11
commit
b871d7e849
2 changed files with 8 additions and 13 deletions
|
@ -34,7 +34,7 @@ interface IProps<T extends string> {
|
|||
definitions: IDefinition<T>[];
|
||||
value?: T; // if not provided no options will be selected
|
||||
outlined?: boolean;
|
||||
onChange(newValue: T);
|
||||
onChange(newValue: T): void;
|
||||
}
|
||||
|
||||
function StyledRadioGroup<T extends string>({name, definitions, value, className, outlined, onChange}: IProps<T>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue