UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

14 lines (12 loc) 268 B
import { css } from '@emotion/react'; export const getWfoObjectFieldStyles = () => { const wfoObjectFieldStyles = css({ width: '100%', '& > div': { width: '100%', }, }); return { wfoObjectFieldStyles, }; };