index.d.ts 308 B

123456
  1. /// <reference types="react" />
  2. import { DageMapMethods, DageMapProps } from "./types";
  3. export declare const DageMap: import("react").ForwardRefExoticComponent<DageMapProps & import("react").RefAttributes<DageMapMethods>>;
  4. export * from "./types";
  5. export * from "./utils";
  6. //# sourceMappingURL=index.d.ts.map