Files
copilot-toolbox-template-121/node_modules/rc-progress/es/hooks/useId.d.ts
2026-01-16 02:20:32 +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;