UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

9 lines (8 loc) 385 B
import * as React from 'react'; import type { IRenderComponent } from '../../Utilities'; import type { IKeytipDataProps } from './KeytipData.types'; /** * A small element to help the target component correctly read out its aria-describedby for its Keytip * {@docCategory Keytips} */ export declare const KeytipData: React.FunctionComponent<IKeytipDataProps & IRenderComponent<{}>>;