UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

6 lines 278 B
/** * SSR-safe ID generation hook. Uses React.useId() when available (React 18+) * for guaranteed SSR/CSR match. Falls back to a counter-based approach for React 17. */ export declare const useSSRSafeId: (prefix?: string) => string; //# sourceMappingURL=useSSRSafeId.d.ts.map