UNPKG

react-customize-token-input

Version:

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

5 lines (4 loc) 244 B
import type { InputString } from '../types/mix'; import type { TokenMeta } from '../types/token'; declare const defaultGetTokenEditableValue: <VT, ET>(value: VT, meta: TokenMeta<ET>) => InputString; export default defaultGetTokenEditableValue;