import type { FieldValues } from "react-hook-form"; import { DecimalField } from "../decimal-field/index.ts"; import type { SemanticNumericFieldProps } from "./semantic-numeric-fields.types.ts"; export const QuantityField = ({ scale = 4, ...props }: SemanticNumericFieldProps) => { return ; };