UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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