UNPKG

react-furigana

Version:

A simple React component for handling Japanese text with furigana.

7 lines (6 loc) 211 B
import { Token } from '../tokenizer'; type TokenDisplayProps = { token: Token; }; export default function TokenDisplay(props: TokenDisplayProps): string | import("react/jsx-runtime").JSX.Element; export {};