@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
13 lines (12 loc) • 426 B
JavaScript
// Needs to be in separate file to prevent circular reference
export const ReplaceWpId = 'ReplaceWPIDHere';
/**
* 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.js.map