UNPKG

react-customize-token-input

Version:

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

4 lines (3 loc) 209 B
import type { Index, TokenMeta } from '../types/token'; declare const buildTokenMeta: <VT, ET>(customizeError: TokenMeta<ET>["error"], value: VT, index: Index) => TokenMeta<ET>; export default buildTokenMeta;