UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

6 lines (5 loc) 241 B
import { EntryEditor } from '../atoms/EntryEditorAtoms.js'; export interface DraftsOverviewProps { editor?: EntryEditor; } export declare function DraftsOverview({ editor }: DraftsOverviewProps): import("react/jsx-runtime").JSX.Element;