UNPKG

alinea

Version:
6 lines (5 loc) 209 B
export interface EntryTreeProps { selectedId?: string; expanded?: Array<string>; } export declare function EntryTree({ selectedId, expanded }: EntryTreeProps): import("react/jsx-runtime").JSX.Element;