Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
import Feature from 'ol/format/Feature';
|
|
|
|
export class FormatComponent {
|
|
public instance: Feature;
|
|
public componentType = 'format';
|
|
}
|