UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

6 lines (5 loc) 258 B
import { HighlightChunk, HighlightWordProps } from '@zag-js/highlight-word'; export interface UseHighlightProps extends HighlightWordProps { } export declare const useHighlight: (props: UseHighlightProps) => HighlightChunk[]; export type { HighlightChunk };