@r2don/react-naver-map
Version:
## Introduction
10 lines (9 loc) • 423 B
TypeScript
import React from "react";
import type { MapProps } from "./type";
/**
* Rendering a naver map
*
* This component will take className as a prop, so that you can style this component using any styling libraries.(e.g. css, styled-components, etc.)
*
*/
export declare const Map: ({ as, children, center, zoom, className, style, ...rest }: MapProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;