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)

8 lines (7 loc) 466 B
import { PickerProps } from 'alinea/core'; import { EntryPickerOptions, entryPicker as createEntryPicker } from './EntryPicker.js'; export * from './EntryPicker.js'; export declare const entryPicker: typeof createEntryPicker; export interface EntryPickerModalProps extends PickerProps<EntryPickerOptions> { } export declare function EntryPickerModal({ type, options, selection, onConfirm, onCancel }: EntryPickerModalProps): import("react/jsx-runtime").JSX.Element;