Skip to content

Commit 0bb81f4

Browse files
authored
fix: export story types from @storybook/react (#748)
1 parent fbfe644 commit 0bb81f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-native/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ export interface StorybookConfig {
1212
reactNative?: ReactNativeOptions;
1313
framework?: '@storybook/react-native';
1414
}
15+
16+
export type { Meta, StoryFn, StoryObj } from '@storybook/react';

0 commit comments

Comments
 (0)