storybookjs/storybook
[Documentation]: Documentation for `argTypes` is not correct
Fermée
#24 174 ouverte le 14 sept. 2023
argtypeshelp wantedtypescript
Métriques du dépôt
- Stars
- (89 909 étoiles)
- Métriques de merge PR
- (Merge moyen 7j 22h) (184 PRs mergées en 30 j)
Description
Describe the problem
The docs say:
But the actual type is:
interface InputType {
name?: string;
description?: string;
defaultValue?: any;
type?: SBType | SBScalarType['name'];
if?: Conditional;
[key: string]: any;
}
I'm willing to work on this if it's indeed wrong.
Additional context
Edit: Taking another look at this - you can indeed pass options and control and it does work but it is not documented in the type.