@vonage/vivid-react
Version:
Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings
46 lines (36 loc) • 737 B
JavaScript
/*
* DO NOT EDIT THIS FILE. IT IS GENERATED
*/
/*
Code in this file were generated using following JSON:
{
"name": "vwc-carousel",
"path": "./../node_modules/@vonage/vwc-carousel/vwc-carousel.d.ts",
"properties": [
{
"name": "autoplay",
"type": "boolean",
"bindable": false
}
],
"events": []
}
*/
import PropTypes from 'prop-types'
import wrapper from '@vonage/vivid-react-wrapper'
import '@vonage/vwc-carousel'
/**
* @param {boolean} autoplay
*/
const VwcCarousel = wrapper('vwc-carousel', {
events: [],
attributes: [],
properties: []
});
VwcCarousel.propTypes = {
autoplay: PropTypes.bool
}
VwcCarousel.defaultProps = {
}
VwcCarousel.displayName = 'VwcCarousel'
export default VwcCarousel