wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
6 lines • 688 B
JavaScript
import React from 'react';
import { StorybookComponents } from '../../StorybookComponents';
import Text from '..';
export default (function () { return (React.createElement(StorybookComponents.Stack, { flexDirection: "column" },
React.createElement(Text, null, "The Life and Strange Surprizing Adventures of Robinson Crusoe, Of York, Mariner: Who lived Eight and Twenty Years, all alone in an un-inhabited Island on the Coast of America, near the Mouth of the Great River of Oroonoque; Having been cast on Shore by Shipwreck, wherein all the Men perished but himself. With An Account how he was at last as strangely deliver'd by Pyrates."))); });
//# sourceMappingURL=Text.demo.js.map