UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

12 lines (11 loc) 307 B
export interface IComponentStatusInfoState { name: string; description: string; success: string; link?: InformationLink; } export interface InformationLink { link: string; renderedText: string; } export declare const ComponentStatusInfoState: [IComponentStatusInfoState];