UNPKG

ant-design-vue

Version:

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

6 lines (5 loc) 259 B
/** Is client side and not jsdom */ export declare const isBrowserClient: boolean; /** Get unique id for accessibility usage */ export declare function getUUID(): number | string; export default function useId(id?: import("vue").Ref<string, string>): string;