import {Feature} from 'ol'; import { Style } from 'ol/style'; import {Geometry } from 'ol/geom'; export interface IStyles{ [id: string]: Style | ((featue:Feature) => Style); }