@vonage/vivid-react
Version:
Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings
44 lines (39 loc) • 823 B
JavaScript
/*
* DO NOT EDIT THIS FILE. IT IS GENERATED
*/
/*
Code in this file were generated using following JSON:
{
"kind": "class",
"description": "",
"name": "VvdHexInput",
"members": [
{
"kind": "field",
"name": "displayName",
"type": {
"text": "string"
},
"static": true,
"default": "'VvdHexInput'",
"readonly": true
}
],
"superclass": {
"name": "HexInput",
"package": "vanilla-colorful/hex-input.js"
},
"tagName": "VC_HEX_INPUT_TAG",
"customElement": true
}
*/
import wrapper from '@vonage/vivid-react-wrapper'
import { registerVvdHexInput } from '@vonage/vivid'
registerVvdHexInput('vvd3')
const VwcVvdHexInput = wrapper(`vvd3-vvd-hex-input`, {
events: [],
attributes: [],
properties: []
})
VwcVvdHexInput.displayName = 'VwcVvdHexInput'
export default VwcVvdHexInput