UNPKG

alinea

Version:
6 lines (5 loc) 210 B
import type { PathField } from './PathField.js'; export interface PathInputProps { field: PathField; } export declare function PathInput({ field }: PathInputProps): import("react/jsx-runtime").JSX.Element;