More type fixes
This commit is contained in:
@@ -3,5 +3,5 @@ import { Style } from 'ol/style';
|
||||
import {Geometry } from 'ol/geom';
|
||||
|
||||
export interface IStyles{
|
||||
[id: string]: Style | (Feature<Geometry>);
|
||||
[id: string]: Style | ((featue:Feature<Geometry>) => Style);
|
||||
};
|
Reference in New Issue
Block a user