UNPKG

@financial-times/o3-foundation

Version:

Origami foundations with design tokens

9 lines (6 loc) 434 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _jsxruntime = require('react/jsx-runtime'); var _getStyleAttributes = require('./getStyleAttributes'); const Wrapper = ({ children, theme }) => { return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "o3-typography-wrapper", ..._getStyleAttributes.getStyleAttributes.call(void 0, { theme }), children }); }; exports.Wrapper = Wrapper;