bugfix: container should default to div
This commit is contained in:
parent
fad9337af9
commit
314a18e0fd
|
@ -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