UNPKG

@2fn/ui

Version:

11 lines 297 B
/// <reference types="react" /> export declare function ListItem({ title, dateTime, tags, titleLinkTo, }: { title: string; dateTime: string; tags: Array<{ name: string; id: string; }>; titleLinkTo: string; }): JSX.Element; //# sourceMappingURL=ListItem.d.ts.map