UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

7 lines (6 loc) 292 B
import { CompositionEvent } from 'react'; export declare function useCompositionRef(): { isComposingRef: import('react').RefObject<boolean>; handleCompositionStart: (_e: CompositionEvent<HTMLElement>) => void; handleCompositionEnd: (_e: CompositionEvent<HTMLElement>) => void; };