UNPKG

@atlaskit/renderer

Version:
17 lines (16 loc) 481 B
/** * @jsxRuntime classic * @jsx jsx */ /** * Compiled branch of the `platform_editor_static_css` experiment. * Used via `componentWithCondition` in `layoutColumn.tsx`. * * Cleanup: delete this file once the experiment has shipped. */ import React from 'react'; import type { Valign } from '@atlaskit/adf-schema/layout-column'; export declare const LayoutSectionCompiled: (props: React.PropsWithChildren<{ valign?: Valign; width?: number; }>) => React.JSX.Element;