UNPKG

alinea

Version:
9 lines (8 loc) 418 B
import type { ListField } from 'alinea/core/field/ListField'; import type { Schema } from 'alinea/core/Schema'; import { ListRow } from 'alinea/core/shape/ListShape'; import type { ListOptions } from './ListField.js'; export interface ListInputProps { field: ListField<ListRow, ListRow, ListOptions<Schema>>; } export declare function ListInput({ field }: ListInputProps): import("react/jsx-runtime").JSX.Element;