UNPKG

@syncfusion/ej2-react-maps

Version:

The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React

22 lines (21 loc) 624 B
import { ComplexBase } from '@syncfusion/ej2-react-base'; import { LayerSettingsModel } from '@syncfusion/ej2-maps'; /** * Represents the directive to define the layer of the maps. * ```tsx * <MapsComponent> * <LayersDirective> * <LayerDirective></LayerDirective> * </LayersDirective> * </MapsComponent> * ``` */ export declare class LayerDirective extends ComplexBase<LayerSettingsModel & { children?: React.ReactNode; }, LayerSettingsModel> { static moduleName: string; } export declare class LayersDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }