Remove deprecated prop

This commit is contained in:
Andrew Kingston 2021-01-06 10:23:42 +00:00
parent 9116658288
commit e3169be665
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
export let panelDefinition = {} export let panelDefinition = {}
export let componentInstance = {} export let componentInstance = {}
export let componentDefinition = {}
export let onStyleChanged = () => {} export let onStyleChanged = () => {}
export let onCustomStyleChanged = () => {} export let onCustomStyleChanged = () => {}
export let onResetStyles = () => {} export let onResetStyles = () => {}
@ -41,7 +40,6 @@
properties={panelDefinition[groupName]} properties={panelDefinition[groupName]}
styleCategory={selectedCategory} styleCategory={selectedCategory}
{onStyleChanged} {onStyleChanged}
{componentDefinition}
{componentInstance} {componentInstance}
open={currentGroup === groupName} open={currentGroup === groupName}
on:open={() => (currentGroup = groupName)} /> on:open={() => (currentGroup = groupName)} />