@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
23 lines (22 loc) • 1.11 kB
TypeScript
/**
* CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52
* Update:: import { ISharingEvent } to '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/IItemWithSharingInfo;'
* Update:: import { IItemWithSharingInfo } to '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/IItemWithSharingInfo;'
*/
/// <reference types="react" />
import { IItemWithSharingInfo } from '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/IItemWithSharingInfo';
/**
* Name changed TO: createItemSharingTable From: createDetailsShareTable
* This builds up the DETAILS COLUMN on PivotTiles Shared Details tab.
* Also can be brought into SINGLE ITEM PROPERTY PANE
*
* Timestamp SharedBy SharedWith
*
* All the firstShareDate and lastShareDate stuff was removed because linting found it didn't
* actually do anything. That is why it is smaller than ECStorage version
*
* @param item
* @returns
*/
export declare function createItemSharingTable(item: IItemWithSharingInfo, includeTH?: boolean): JSX.Element;
//# sourceMappingURL=createItemSharingTable.d.ts.map