UNPKG

@thewoowon/react-native-daum-postcode

Version:

The fastest way to use Kakao Daum Postcode API in React Native

5 lines (4 loc) 213 B
import React from 'react'; import { PostcodeProps } from './types'; declare const Postcode: ({ jsOptions, onSelected, onError, style, ...otherProps }: PostcodeProps) => React.JSX.Element; export default Postcode;