export type FieldProps<T> = {
    value: T;
};
//# sourceMappingURL=field.d.ts.map