UNPKG

input-with-tag

Version:

Based on AntD Input, enhanced it with Tag,support for Form embedded.

9 lines (8 loc) 234 B
/// <reference types="react" /> import './index.css'; interface IInputWithTagProps { value?: any[]; onChange?: (v: any[]) => void; } declare const _default: (props: IInputWithTagProps) => JSX.Element; export default _default;