UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

8 lines (7 loc) 364 B
import type { DisplayValueType } from '../BaseSelect'; export declare function toArray<T>(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; export declare function getTitle(item: DisplayValueType): string;