OTPSeparatorIcon
Interface
Describes the icon separator for the OTPInput.
Definition
Package:@progress/kendo-react-inputs
Properties
type
"icon" | "svgIcon" | "iconClass"
Sets the type of icon to display as a separator.
The available options are:
'svgIcon'— an SVG icon from@progress/kendo-svg-icons'iconClass'— a CSS class-based icon'icon'— a Kendo font icon name (e.g.,'home')
value
string | SVGIcon
The icon to display. Provide a CSS class string for 'iconClass',
a Kendo icon name string for 'icon', or an SVGIcon object for 'svgIcon'.