alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
50 lines (49 loc) • 1.09 kB
TypeScript
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>;