Const UuidInput
UuidInput: ForwardRefExoticComponent<InputProps & RefAttributes<Input>> = forwardRef((props: InputProps, ref: Ref<Input>) => {return (<InputWithMask mask='xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'formatChars={{'x': '[0-9a-fA-F]'}}ref={ref}{...props}/>);})