feat(RadioGroup): add card
and table
variants
#398
Annotations
3 errors
build (ubuntu-latest, 22):
src/runtime/components/RadioGroup.vue#L12
Argument of type '{ slots?: { root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; } | undefined; variants?: { ...; } | undefined; compoundVariants?: ({ ...; } | ... 1 more ... | { ...; })[] | undefined; defaultVariants?:...' is not assignable to parameter of type '{ extend?: TVReturnType<{ color: { primary: { base: string; indicator: string; }; secondary: { base: string; indicator: string; }; success: { base: string; indicator: string; }; info: { base: string; indicator: string; }; warning: { ...; }; error: { ...; }; neutral: { ...; }; }; ... 4 more ...; required: { ...; }; }...'.
|
build (ubuntu-latest, 22):
src/runtime/components/RadioGroup.vue#L12
Argument of type '{ slots: { root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }; variants: { color: { primary: { ...; }; ... 5 more ...; neutral: { ...; }; }; ... 4 more ...; required: { ...; }; }; compoundVariants: (...' is not assignable to parameter of type '{ extend?: TVReturnType<{ color: { primary: { base: string; indicator: string; }; secondary: { base: string; indicator: string; }; success: { base: string; indicator: string; }; info: { base: string; indicator: string; }; warning: { ...; }; error: { ...; }; neutral: { ...; }; }; ... 4 more ...; required: { ...; }; }...'.
|
build (ubuntu-latest, 22)
Process completed with exit code 2.
|