UNPKG

alinea

Version:
6 lines (5 loc) 250 B
import { EntryReference } from './EntryReference.js'; export interface EntryPickerRowProps { reference: EntryReference; } export declare function EntryPickerRow({ reference }: EntryPickerRowProps): import("react/jsx-runtime").JSX.Element | null;