UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 196 B
/// <reference types="react" /> import { TagInputProps } from './tag.type'; declare const TagInput: { (props: TagInputProps): JSX.Element; displayName: string; }; export default TagInput;