Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
206 B · 6 lines
TSX
1234567import { StreamplaceContext } from "features/streamplace/streamplaceProvider";import { useContext } from "react";
export default function useStreamplaceNode() { return useContext(StreamplaceContext);}