UNPKG

@geneui/components

Version:

The Gene UI components library designed for BI tools

4 lines (3 loc) 145 B
import { HTMLAttributes } from 'react'; export interface IHTMLDivElementAttributes extends Omit<HTMLAttributes<HTMLDivElement>, 'onKeyDown'> { }