UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

21 lines (20 loc) 1.2 kB
/** * CodeAnalizerComment: Updated 3 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;' * 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 History tab-page in Pivot Tiles library permissions * Provides Table of all individual sharing events on library in chronological order * createChronoSortedSharingEvents Was previously called: buildSharingRows, buildChronoSortedSharingEvents * * TIME Type Link SharedBy SharedWith * * @param sharedItems * @param width */ export declare function createChronoSortedSharingEvents(sharedItems: IItemWithSharingInfo[], width: number): JSX.Element[]; //# sourceMappingURL=createChronoSortedSharingEvents.d.ts.map