component PublicPageShell { props { maxWidth: string = "full" fullWidth: boolean = true headerOffset: string = "none" background: string = "default" overflow: string = "clip" minHeight: string = "screen" size: string = "default" color: string = "primary" variant: string = "default" class: string = "" } view {
{#if fullWidth}
{:else}
{/if}
} }