UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 193 B
import type * as React from 'react'; export type HTMLAriaDataAttributes = React.AriaAttributes & { [key: `data-${string}`]: unknown; } & Pick<React.HTMLAttributes<HTMLDivElement>, 'role'>;