MapTo('jorvee/components/text')(Text, TextEditConfig);
Above MapTo function will map your AEM Text component with SPA Text component. The complete line will be like this with export keyword.
export default MapTo('wknd-spa-react/components/text')(Text, TextEditConfig);