UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

18 lines (17 loc) 1.09 kB
/** * CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52 * Update:: import { IItemSharingInfo } 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'; /** USE THIS IN THE ITEM PANE * This just creates the 3 column table for each file/item showing When, who shared, with whome. * Can be consumed as a cell in a larger table of all shared files or just for a specific file. * @param item * @param headings * @param cleanCells - this will remove Date and Shared By if both of those are the same as the previous row. * @param tableStyle */ export declare function createDetailsShareTable(item: IItemWithSharingInfo, headings: boolean, cleanCells: boolean, tableStyle: 'pad30' | '100%Wide'): JSX.Element; //# sourceMappingURL=SharingElements2.d.ts.map