office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
9 lines (8 loc) • 304 B
TypeScript
import * as React from 'react';
import { IKeytipProps } from './Keytip.types';
/**
* A callout corresponding to another Fabric component to describe a key sequence that will activate that component
*/
export declare class Keytip extends React.Component<IKeytipProps, {}> {
render(): JSX.Element;
}