Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-commonjs/components/Coachmark/Coachmark.base.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

12 lines
382 B
TypeScript

import * as React from 'react';
import type { ICoachmarkProps } from './Coachmark.types';
export declare const COACHMARK_ATTRIBUTE_NAME = "data-coachmarkid";
/**
* An interface for the cached dimensions of entity inner host.
*/
export interface IEntityRect {
width?: number;
height?: number;
}
export declare const CoachmarkBase: React.FunctionComponent<ICoachmarkProps>;