mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-01 05:05:25 +08:00
Expose ReactFramework type
This commit is contained in:
parent
87d463e89f
commit
0e0d6e644f
@ -12,6 +12,8 @@ import type { SetOptional, Simplify } from 'type-fest';
|
||||
|
||||
import type { ReactFramework } from './types';
|
||||
|
||||
export { ReactFramework };
|
||||
|
||||
type JSXElement = keyof JSX.IntrinsicElements | JSXElementConstructor<any>;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user