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