UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

3 lines (2 loc) 150 B
import type { ClipboardEvent } from 'react'; export declare function useOnCopy(text?: string): (event: ClipboardEvent<HTMLTableCellElement>) => void;