alinea
Version:
Headless git-based CMS
4 lines (3 loc) • 355 B
TypeScript
import type { SummaryProps } from 'alinea/core/media/Summary';
export declare function EntrySummaryRow({ id, title, path, url, type: typeName, parents }: SummaryProps): import("react/jsx-runtime").JSX.Element | null;
export declare function EntrySummaryThumb({ id, title, type: typeName, parents }: SummaryProps): import("react/jsx-runtime").JSX.Element;