UNPKG

react-furigana

Version:

A simple React component for handling Japanese text with furigana.

7 lines (6 loc) 163 B
type RubyProps = { kanji: string; furigana: string; }; export default function Ruby(props: RubyProps): import("react/jsx-runtime").JSX.Element; export {};