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

26 lines (25 loc) 897 B
import { ComplexBase } from '@syncfusion/ej2-react-base'; import { InitialShapeSelectionSettingsModel } from '@syncfusion/ej2-maps'; /** * Represents the directive to configure the selection of the shapes when the maps is initially rendered. * ```tsx * <MapsComponent> * <LayersDirective> * <LayerDirective> * <initialShapeSelectionsDirective> * <initialShapeSelectionDirective></initialShapeSelectionDirective> * </initialShapeSelectionsDirective> * </LayerDirective> * </LayersDirective> * </MapsComponent> * ``` */ export declare class InitialShapeSelectionDirective extends ComplexBase<InitialShapeSelectionSettingsModel & { children?: React.ReactNode; }, InitialShapeSelectionSettingsModel> { static moduleName: string; } export declare class InitialShapeSelectionsDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }