UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

9 lines (6 loc) 170 B
import React from "react"; import { TextContext } from "./text-context"; export function useText() { const { text } = React.useContext(TextContext); return text; }