import NumericInput from "./NumericInput"

export type { INumericInputProps } from "./NumericInput"

export default NumericInput
