Implements storybook #118
Annotations
3 errors
build:
stories/NumberInput.stories.tsx#L16
Object literal may only specify known properties, and 'children' does not exist in type 'Partial<Required<{ maxValue: number; minValue: number; step: number; value: string | number; }> & Partial<{ animated: BooleanLike; className: string; disabled: BooleanLike; ... 9 more ...; width: string; }>>'.
|
build:
stories/TimeDisplay.stories.tsx#L16
Object literal may only specify known properties, and 'children' does not exist in type 'Partial<{ value: number; } & Partial<{ auto: true | "up" | "down"; format: (value: number) => string; }>>'.
|
build
Process completed with exit code 2.
|