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