/** * React Hooks for Lyric Highlighting */ export { useLyricHighlight } from './useLyricHighlight'; export type { UseLyricHighlightOptions, UseLyricHighlightReturn } from './useLyricHighlight'; export { useLyricRenderer } from './useLyricRenderer'; export type { UseLyricRendererOptions, UseLyricRendererReturn } from './useLyricRenderer'; export { useLyricRendererOptimized } from './useLyricRendererOptimized'; export type { UseLyricRendererOptimizedOptions, UseLyricRendererOptimizedReturn } from './useLyricRendererOptimized'; export { useLyricText } from './useLyricText'; export type { UseLyricTextOptions, UseLyricTextReturn, LyricTextElement, LyricWordElement } from './useLyricText';