UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

7 lines (5 loc) 125 B
import { css } from '@emotion/react'; export const containerStyle = css({ maxWidth: '50%', marginRight: 'auto', });