Improve a few more types, including StateDefinition["foo"] usage
Fixes #5
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<script lang="ts">
|
||||
import { treeWalker } from "$lib/hooks/use-tree-walker";
|
||||
export let disabled = false;
|
||||
export let value: any;
|
||||
export let value: StateDefinition["value"];
|
||||
let radioGroupRef: HTMLElement | null = null;
|
||||
let options: StateDefinition["options"] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user