UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

3 lines 259 B
import { Highlight, HighlightProps } from "./highlight.js"; import { Chunk, UseHighlightProps, UseHighlightReturn, useHighlight } from "./use-highlight.js"; export { Chunk, Highlight, type HighlightProps, UseHighlightProps, UseHighlightReturn, useHighlight };