UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

11 lines (10 loc) 378 B
import * as React from 'react'; import type { IKeytipProps } from './Keytip.types'; import type { JSXElement } from '@fluentui/utilities'; /** * A component corresponding the content rendered inside the callout of the keytip component. * {@docCategory Keytips} */ export declare class KeytipContentBase extends React.Component<IKeytipProps, {}> { render(): JSXElement; }