Skip to main content
Version: Next

Column()

Home > @backstage/ui > Column

Signature:

Column: (props: Omit<ColumnProps, "children"> & {
children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element

Parameters

Parameter

Type

Description

props

Omit<ColumnProps, "children"> & { children?: React.ReactNode; }

**Returns:**

import("react/jsx-runtime").JSX.Element