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';
|
|
}
|