You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to use DecoratorFunction type. However, this type is not exported from the library.
Describe the solution you'd like import { DecoratorFunction } from @storybook/react-native
Describe alternatives you've considered
typeTemp=Meta["decorators"];typeExtractDecoratorFunction<T>=Textends(infer R)[] ? R : never;typeDecoratorFunction=ExtractDecoratorFunction<Temp>;
Is your feature request related to a problem? Please describe.
I want to use
DecoratorFunction
type. However, this type is not exported from the library.Describe the solution you'd like
import { DecoratorFunction } from @storybook/react-native
Describe alternatives you've considered
or
Are you able to assist bring the feature to reality?
maybe?
Additional context
N/A
The text was updated successfully, but these errors were encountered: