// Type definitions for react-daum-postcode 1.2 // Project: https://github.com/kimminsik-bernard/react-daum-postcode // Definitions by: Sa-ryong Kang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 import { Component } from 'react'; export interface DaumPostcodeProps { onComplete?: any; width?: any; height?: any; autoClose?: any; autoResize?: any; animation?: any; style?: any; defaultQuery?: any; theme?: any; } export default class DaumPostcode extends Component { render(): JSX.Element; }