UNPKG

tom-select

Version:

Tom Select is a versatile and dynamic <select> UI control. Forked from Selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, etc.

4 lines (3 loc) 224 B
import { TomSettings, RecursivePartial } from './types/index.ts'; import { TomInput } from './types/index.ts'; export default function getSettings(input: TomInput, settings_user: RecursivePartial<TomSettings>): TomSettings;