alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
8 lines (7 loc) • 466 B
TypeScript
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;