UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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