UNPKG

@metamask/sdk-install-modal-web

Version:
10 lines (9 loc) 322 B
import { h } from "@stencil/core"; import "./resetStyles.css"; const widgetWrapperStyle = { fontFamily: 'Roboto, sans-serif', }; export const WidgetWrapper = ({ className, }, children) => { return (h("div", { style: widgetWrapperStyle, class: className }, children)); }; //# sourceMappingURL=widget-wrapper.js.map