UNPKG

wetrade-design

Version:

一款多语言支持Vue3的UI框架

6 lines (5 loc) 251 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;