ColumnPropsinterface

{
	as?: BlockElement | undefined;
}
PropertyType
.asBlockElement
Element this <Column> renders as, e.g. "header" to output a "<header>" Defaults to "div"

Props for the <Column> component.