office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
9 lines (8 loc) • 375 B
TypeScript
import * as React from 'react';
import { IRenderComponent } from '../../Utilities';
import { 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<{}>>;