import Button from "./button.wrn" component HeroActions { props { actions: unknown[] = [] align: string = "left" orientation: string = "horizontal" stackOnMobile: boolean = true fullWidthMobile: boolean = true size: string = "default" color: string = "primary" class: string = "" } view {