UNPKG

alinea

Version:
5 lines (4 loc) 160 B
export type NewEntryProps = { parentId?: string; }; export declare function NewEntry({ parentId }: NewEntryProps): import("react/jsx-runtime").JSX.Element;