[feat] improve ooba template & ooba config

This commit is contained in:
kwaroran
2023-08-30 20:04:21 +09:00
parent 4ef79c9e3c
commit 1b39526474
8 changed files with 231 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
import { CheckIcon } from "lucide-svelte";
export let check = false
export let onChange = (check) => {}
export let onChange = (check:boolean) => {}
export let margin = true
export let name = ''
export let hiddenName = false