change editor theme

This commit is contained in:
Jan Prochazka
2022-02-26 20:49:18 +01:00
parent 80a3282d41
commit 1050760c1d
4 changed files with 131 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
export let type;
export let label;
export let noMargin;
export let noMargin = false;
export let disabled = false;
export let labelProps: any = {};
</script>