graphiql,ilert: narrow icon component type

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-19 15:15:33 +02:00
parent 48c9fcd33c
commit e6e36cfc3a
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ export {
export { GraphiQLPage as Router } from './components';
export * from './lib/api';
export * from './route-refs';
export const GraphiQLIcon: IconComponent = GraphiQLIconComponent;
export const GraphiQLIcon: IconComponent = GraphiQLIconComponent as IconComponent;