Type Alias: BoxElement
type BoxElement =
| "article"
| "aside"
| "button"
| "dialog"
| "div"
| "footer"
| "header"
| "nav"
| "section";
Defined in: src/theme/components/types.ts:25
HTML element types that can be used as box containers