UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

50 lines (49 loc) 1.09 kB
import { Projection } from 'alinea/core/pages/Projection'; export declare const FileSummaryRow: import("alinea/core").View<unknown, { entryId: string; i18nId: string; type: string; workspace: string; root: string; title: string; extension: string; size: number; preview: string; thumbHash: string; averageColor: string; focus: { x: number; y: number; }; width: number; height: number; parents: { entryId: string; i18nId: string; title: string; }[]; }, Projection>; export declare const FileSummaryThumb: import("alinea/core").View<unknown, { entryId: string; i18nId: string; type: string; workspace: string; root: string; title: string; extension: string; size: number; preview: string; thumbHash: string; averageColor: string; focus: { x: number; y: number; }; width: number; height: number; parents: { entryId: string; i18nId: string; title: string; }[]; }, Projection>;