UNPKG

@r2don/react-naver-map

Version:

## Introduction

6 lines (5 loc) 125 B
import { CSSProperties } from "react"; export interface ComponentBase { className?: string; style?: CSSProperties; }