Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ui/form/UuidInput"

Index

Variables

Variables

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}/>);})

Generated using TypeDoc