UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

5 lines 267 B
import type { PropsWithChildren } from 'react'; import { useId } from '../hooks/useId'; export declare function SSRProvider({ children }: PropsWithChildren): import("react").ReactNode; export declare const useSSRSafeId: typeof useId; //# sourceMappingURL=ssr.d.ts.map