@itwin/geo-tools-react
Version:
React Geospatial Tools
8 lines • 333 B
TypeScript
import type { ToolbarCustomItem } from "@itwin/appui-react";
/** Utility Class that provides definitions of tools. These definitions can be used to populate the UI.
* @public
*/
export declare class GeoToolsItemDef {
static get geoAddressSearchButtonItemDef(): ToolbarCustomItem;
}
//# sourceMappingURL=GeoToolsItemDef.d.ts.map