UNPKG

159 BTypeScriptView Raw
1import * as React from 'react';
2import { ICoachmarkProps } from './Coachmark.types';
3export declare const Coachmark: React.FunctionComponent<ICoachmarkProps>;