@daimo/pay
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
17 lines (14 loc) • 675 B
JavaScript
import styled$1 from 'styled-components';
/**
*
* IMPORTANT NOTE: This file is a workaround for the following issue:
*
* When using rollup with styled-components to build into an ES module, styled components decides to move all of it’s DOM elements into "styled.default" rather than just within "styled"
*
* We're unsure as to why this issue occurs, if you have any ideas or a better solution please let us know by opening a discussion on our GitHub repo:
* https://github.com/family/connectkit/discussions/new
*
*/
var styled = typeof styled$1.div === "function" ? styled$1 : styled$1["default"];
export { styled as default };
//# sourceMappingURL=index.js.map