UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

5 lines (4 loc) 188 B
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;