UNPKG

react-customize-token-input

Version:

A react token (tag) input component. Allow customize data structure and Look & Feel

4 lines (3 loc) 111 B
export type InputString = string; export type TokenSeparator = string; export type Nullish = null | undefined;