@vonage/vivid-react
Version:
Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings
50 lines (38 loc) • 886 B
JavaScript
/*
* DO NOT EDIT THIS FILE. IT IS GENERATED
*/
/*
Code in this file were generated using following JSON:
{
"name": "vwc-carousel-item",
"path": "./../node_modules/@vonage/vwc-carousel/vwc-carousel-item.d.ts",
"properties": [
{
"name": "floatingLabelFoundation",
"type": "MDCFloatingLabelFoundation | undefined"
},
{
"name": "lineRippleFoundation",
"type": "MDCLineRippleFoundation | undefined"
}
],
"events": []
}
*/
import PropTypes from 'prop-types'
import wrapper from '@vonage/vivid-react-wrapper'
import '@vonage/vwc-carousel'
import '@vonage/vwc-carousel/vwc-carousel-item'
/**
*/
const VwcCarouselItem = wrapper('vwc-carousel-item', {
events: [],
attributes: [],
properties: []
});
VwcCarouselItem.propTypes = {
}
VwcCarouselItem.defaultProps = {
}
VwcCarouselItem.displayName = 'VwcCarouselItem'
export default VwcCarouselItem