UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

20 lines (19 loc) 1.02 kB
/** * CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52 * Update:: import { IItemWithSharingInfo } to '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/IItemWithSharingInfo;' * Update:: import { openLinkInNewTabUsingDatahref } to '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/openLinkInNewTabUsingDatahref;' */ /// <reference types="react" /> import { IItemWithSharingInfo } from '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/IItemWithSharingInfo'; /** * This builds up the Shared Details tab-page in Pivot Tiles library permissions * * ICON FileType LinkToFile DETAILS TABLE * * This shows all sharing grouped by the file that was shared * createShareEventsGroupedByItem was previously called: buildWasSharedRows * @param sharedItems * @param width */ export declare function createShareEventsGroupedByItem(sharedItems: IItemWithSharingInfo[], width: number): JSX.Element[]; //# sourceMappingURL=createShareEventsGroupedByItem.d.ts.map