UNPKG

470 BTypeScriptView Raw
1import type { DisplayValueType } from '../BaseSelect';
2export declare function toArray<T>(value: T | T[]): T[];
3export declare const isClient: HTMLElement;
4/** Is client side and not jsdom */
5export declare const isBrowserClient: HTMLElement;
6export declare function hasValue(value: any): boolean;
7/** combo mode no value judgment function */
8export declare function isComboNoValue(value: any): boolean;
9export declare function getTitle(item: DisplayValueType): string;