import { Numeric } from "./Numeric" import { Pattern } from "./Pattern" import { Root } from "./Root" export const Input = { Numeric, Pattern, Root }