UNPKG

@financial-times/o3-foundation

Version:

Origami foundations with design tokens

9 lines (8 loc) 289 B
import { jsx } from "react/jsx-runtime"; import { getStyleAttributes } from "./getStyleAttributes"; const Wrapper = ({ children, theme }) => { return /* @__PURE__ */ jsx("div", { className: "o3-typography-wrapper", ...getStyleAttributes({ theme }), children }); }; export { Wrapper };