bugfix: container should default to div
This commit is contained in:
parent
6ff54434ab
commit
052493e4fa
|
@ -3,7 +3,7 @@
|
|||
|
||||
export let className = ""
|
||||
export let onLoad
|
||||
export let type
|
||||
export let type = "div"
|
||||
export let backgroundColor
|
||||
export let color
|
||||
export let borderWidth
|
||||
|
|
Loading…
Reference in New Issue