UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

10 lines (9 loc) 363 B
import * as React from 'react'; import type { IKeytipProps } from './Keytip.types'; import type { JSXElement } from '@fluentui/utilities'; /** * 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(): JSXElement; }