UNPKG

vue-dadata

Version:

Vue component for hinting addresses using dadata.ru

10 lines (9 loc) 326 B
export interface HighlightOptions { caseSensitive?: boolean; splitBySpace?: boolean; highlightTag?: string; highlightClass?: string | Record<string, boolean> | string[]; highlightStyle?: string | Record<string, boolean> | string[]; wrapperTag?: string; wrapperClass?: string | object | string[]; }