interface HydrateProps {
    children: ReactNode;
    snapshot: GraphSnapshot;
}

Properties

Properties

children: ReactNode
snapshot: GraphSnapshot