UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

18 lines 543 B
/// <reference types="react" /> export interface IWhoDunItItem extends Partial<any> { Author?: any; Editor?: any; FirstPublishedDate?: any; createdLoc?: string; "Author/Title"?: string; modifiedLoc?: string; "Editor/Title"?: string; } export interface IWhoDunItRow { item: IWhoDunItItem; showCreated?: boolean; showPublished?: boolean; showModified?: boolean; } export declare function getWhoDunItElements(props: IWhoDunItRow): JSX.Element; //# sourceMappingURL=getWhoDunIt.d.ts.map