UNPKG

alinea

Version:
4 lines (3 loc) 355 B
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;