UNPKG

wix-style-react

Version:
10 lines (9 loc) 212 B
import React from 'react'; import Text from 'wix-style-react/Text'; export default (function () { return React.createElement( Text, { tagName: 'h1', dataHook: 'storybook-text-h1' }, 'Text' ); });