UNPKG

uipack-input-tag-component

Version:

UI Input Tag component for React.js / Next.js to create tags in an input

8 lines (7 loc) 181 B
import './style.css'; import * as React from 'react'; type propstype = { data: Function; }; declare function InputTag(props: propstype): React.JSX.Element; export { InputTag };