UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

20 lines (19 loc) 620 B
import { IFPSGeneric_JSX_Element } from "../../../types/react/IFPSJSX_Element"; export declare const ReplaceWpId = "ReplaceWPIDHere"; export interface IMinTeachBubble { step?: number; target: string; headline: string; message?: string; content?: IFPSGeneric_JSX_Element; } /** * This is an example of how to set the ID of a PivotItem so it can be referenced. * Just use the getTabId callback. <Pivot getTabId={ ( itemKey, index ) => { return `ALVFMMainPivot${itemKey}`} } styles={ mainPivotStyles } > * */ //# sourceMappingURL=IMinTeachBubble.d.ts.map