UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 255 B
import React from 'react'; import { Text } from '../../Text'; const ExtraText = ({ dataHook, text }) => { return (React.createElement(Text, { secondary: true, dataHook: dataHook }, text)); }; export { ExtraText }; //# sourceMappingURL=ExtraText.js.map