UNPKG

@ozen-ui/kit

Version:

React component library

3 lines (2 loc) 157 B
import type { RefObject } from 'react'; export declare const useListCardItemAsInteractiveModule: (ref: RefObject<HTMLElement>, isEnabled?: boolean) => void;