UNPKG

@kwiz/fluentui

Version:

KWIZ common controls for FluentUI

7 lines 344 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Horizontal } from './horizontal'; import { Vertical } from './vertical'; export const Centered = (props) => { return (_jsx(Vertical, { main: true, vCentered: true, children: _jsx(Horizontal, { hCentered: true, children: props.children }) })); }; //# sourceMappingURL=centered.js.map