UNPKG

@ray-js/components

Version:

Ray basic components

11 lines 280 B
import * as React from 'react'; import handleProps from '../utils/handleProps'; const Progress = props => { return ( /*#__PURE__*/ // @ts-ignore React.createElement("v-progress", handleProps(props)) ); }; Progress.displayName = 'Progress'; export default Progress;