UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 331 B
import { MaybeRef, ComputedRef } from 'vue'; import { HighlightChunk, UseHighlightProps } from './highlight.types'; import { HighlightChunk } from '@zag-js/highlight-word'; export declare const useHighlight: (props: MaybeRef<UseHighlightProps>) => ComputedRef< HighlightChunk[]>; export type { HighlightChunk, UseHighlightProps };