BlockPropsinterface

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

Props for Block — colour, space, typography, and width variants plus an optional as element override.