@dinkarjallan/rezilient-ui
Version:

15 lines (12 loc) • 461 B
JavaScript
import React from 'react';
// Please do not use types off of a default export module or else Storybook Docs will suffer.
// see: https://github.com/storybookjs/storybook/issues/9556
/**
* A custom Thing component. Neat!
*/
var Thing = function Thing(_ref) {
var children = _ref.children;
return React.createElement("div", null, children || "the snozzberries taste like snozzberries");
};
export { Thing };
//# sourceMappingURL=rezilient-ui.esm.js.map