Improve a few more types, including StateDefinition["foo"] usage

Fixes #5
This commit is contained in:
Ryan Gossiaux
2021-12-19 00:09:44 -08:00
parent 305dc1543f
commit 63d44e125c
6 changed files with 14 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
Active = 1 << 1,
}
export let value: any;
export let value: unknown;
export let disabled: boolean = false;
let api = useRadioGroupContext("RadioGroupOption");
let id = `headlessui-radiogroup-option-${useId()}`;