export const NUMERIC_INPUT_REGEX = /^[0-9]*$/;

export const DECIMAL_INPUT_REGEX = /^[0-9]*\.?[0-9]*$/;
