@daimo/pay
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
14 lines (11 loc) • 430 B
JavaScript
import base from './base.js';
import web95 from './web95.js';
import retro from './retro.js';
import soft from './soft.js';
import midnight from './midnight.js';
import minimal from './minimal.js';
import rounded from './rounded.js';
import nouns from './nouns.js';
var predefinedThemes = { base, web95, retro, soft, midnight, minimal, rounded, nouns };
export { predefinedThemes as default };
//# sourceMappingURL=index.js.map