File size: 227 Bytes
1e92f2d |
1 2 3 4 5 6 |
export { Highlight } from "./highlight"
export type { HighlightProps } from "./highlight"
export { useHighlight } from "@ark-ui/react/highlight"
export type { HighlightChunk, UseHighlightProps } from "@ark-ui/react/highlight"
|