Update icon type
cgen-5b4f318c12cd42e293034a4d1c638d33
This commit is contained in:
parent
166652f21d
commit
bc107a2437
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export interface RealmOption {
|
||||||
name: string;
|
name: string;
|
||||||
title: string;
|
title: string;
|
||||||
description: string;
|
description: string;
|
||||||
icon: React.ComponentType<{ className?: string }>;
|
icon: ComponentType<{ className?: string }>;
|
||||||
gradient: string;
|
gradient: string;
|
||||||
route: string;
|
route: string;
|
||||||
routeLabel: string;
|
routeLabel: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue