UNPKG

@ray-js/components

Version:

Ray basic components

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