Component/creation-bouton #37
Annotations
5 errors
type-check / type-check:
src/stories/Button.stories.ts#L14
Object literal may only specify known properties, and 'backgroundColor' does not exist in type 'Partial<ArgTypes<ComponentPropsAndSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonProps>, { type: string; size: string; }>, {}, unknown, {}, {}, ... 7 more ..., {}>>>>'.
|
type-check / type-check:
src/stories/Button.stories.ts#L17
Object literal may only specify known properties, and 'primary' does not exist in type 'Partial<ComponentPropsAndSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonProps>, { type: string; size: string; }>, {}, unknown, {}, {}, ComponentOptionsMixin, ... 6 more ..., {}>>>'.
|
type-check / type-check:
src/stories/Button.stories.ts#L14
Object literal may only specify known properties, and 'backgroundColor' does not exist in type 'Partial<ArgTypes<ComponentPropsAndSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonProps>, { type: string; size: string; }>, {}, unknown, {}, {}, ... 7 more ..., {}>>>>'.
|
type-check / type-check:
src/stories/Button.stories.ts#L17
Object literal may only specify known properties, and 'primary' does not exist in type 'Partial<ComponentPropsAndSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonProps>, { type: string; size: string; }>, {}, unknown, {}, {}, ComponentOptionsMixin, ... 6 more ..., {}>>>'.
|
type-check / type-check
Process completed with exit code 2.
|