UNPKG

react-customize-token-input

Version:

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

4 lines (3 loc) 164 B
import type { InputString } from '../types/mix'; declare const defaultBuildTokenValue: <VT>(inputString: InputString) => VT; export default defaultBuildTokenValue;