UNPKG

alinea

Version:
6 lines (5 loc) 217 B
import type { RootData } from 'alinea/core/Root'; export interface RootOverviewProps { root: RootData; } export declare function RootOverview({ root }: RootOverviewProps): import("react/jsx-runtime").JSX.Element;