@financial-times/o3-foundation
Version:
Origami foundations with design tokens
8 lines (5 loc) • 304 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { StyleArguments } from './getStyleAttributes.js';
type WrapperProps = React.HTMLAttributes<HTMLDivElement> & StyleArguments;
declare const Wrapper: ({ children, theme }: WrapperProps) => react_jsx_runtime.JSX.Element;
export { Wrapper };