UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

10 lines (9 loc) 210 B
import { Props, RenderText } from '../types'; /** * hook * * @param props 组件属性 */ export declare const useHighlight: (props: Props) => { renderTexts: import('vue').ComputedRef<RenderText[]>; };