UNPKG

@vonage/vivid-react

Version:

Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings

46 lines (36 loc) 730 B
/* * DO NOT EDIT THIS FILE. IT IS GENERATED */ /* Code in this file were generated using following JSON: { "name": "vwc-elevation", "path": "./../node_modules/@vonage/vwc-elevation/vwc-elevation.d.ts", "properties": [ { "name": "dp", "type": "number", "bindable": false } ], "events": [] } */ import PropTypes from 'prop-types' import wrapper from '@vonage/vivid-react-wrapper' import '@vonage/vwc-elevation' /** * @param {number} dp */ const VwcElevation = wrapper('vwc-elevation', { events: [], attributes: [], properties: [] }); VwcElevation.propTypes = { dp: PropTypes.number } VwcElevation.defaultProps = { } VwcElevation.displayName = 'VwcElevation' export default VwcElevation