UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

7 lines (6 loc) 296 B
export declare const getTextBeforeSelection: (element: HTMLInputElement) => string; export declare const getLastMeasureIndex: (text: string, prefix: string | string[]) => { location: number; prefix: string; }; export declare const isValidSearch: (text: string, split: string) => boolean;