bugfix: container should default to div

This commit is contained in:
Michael Shanks 2020-03-04 15:20:53 +00:00
parent fad9337af9
commit 314a18e0fd
1 changed files with 1 additions and 1 deletions

View File

@ -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