package.es.utils.commonUtil.d.ts Maven / Gradle / Ivy
The newest version!
import type { DisplayValueType } from '../BaseSelect';
export declare function toArray(value: T | T[]): T[];
export declare const isClient: HTMLElement;
/** Is client side and not jsdom */
export declare const isBrowserClient: HTMLElement;
export declare function hasValue(value: any): boolean;
/** combo mode no value judgment function */
export declare function isComboNoValue(value: any): boolean;
export declare function getTitle(item: DisplayValueType): string;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy