5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import {Style} from 'ol';
|
|
|
|
export interface IStyleCache{
|
|
[id: string]: Style;
|
|
}; |