Files
copilot-toolbox-template-news/node_modules/rc-progress/lib/hooks/useId.d.ts
2026-01-12 09:12:41 +00:00

5 lines
157 B
TypeScript

/** Is client side and not jsdom */
export declare const isBrowserClient: boolean;
declare const _default: (id?: string) => string;
export default _default;