minishouyin/node_modules/rc-progress/lib/hooks/useId.d.ts

5 lines
157 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
/** Is client side and not jsdom */
export declare const isBrowserClient: boolean;
declare const _default: (id?: string) => string;
export default _default;