FarmMapsLib/projects/common-map/src/fm-map/models/style.cache.ts

5 lines
82 B
TypeScript
Raw Normal View History

2020-02-12 19:38:14 +00:00
import {Style} from 'ol';
2020-02-12 20:33:28 +00:00
export interface IStyles{
2020-02-12 19:38:14 +00:00
[id: string]: Style;
};