ether-admin/node_modules/ant-design-vue/lib/vc-select/utils/commonUtil.d.ts

5 lines
188 B
TypeScript

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;