UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

4 lines (3 loc) 167 B
import * as React from 'react'; import { IKeytipLayerProps } from './KeytipLayer.types'; export declare const KeytipLayer: React.FunctionComponent<IKeytipLayerProps>;