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; } |
import("react/jsx-runtime").JSX.Element