import { SmartGridField, type SmartGridFieldProps } from './SmartGridField'; export function GridInput(props: SmartGridFieldProps) { return ; }