release: WRNexusJS 0.6.0
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
component PublicPageShell {
|
||||
props {
|
||||
maxWidth = "full"
|
||||
fullWidth = true
|
||||
headerOffset = "none"
|
||||
background = "default"
|
||||
overflow = "clip"
|
||||
minHeight = "screen"
|
||||
size = "default"
|
||||
color = "primary"
|
||||
variant = "default"
|
||||
class = ""
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user