UNPKG

shineout

Version:
7 lines (6 loc) 192 B
import { TagInputProps } from './tag.type'; declare const TagInput: { (props: TagInputProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default TagInput;