Skip to content

Commit

Permalink
Merge pull request #19704 from storybookjs/export-react-framework
Browse files Browse the repository at this point in the history
React: Expose ReactFramework type
  • Loading branch information
kasperpeulen authored Nov 2, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
andrewkroh Andrew Kroh
2 parents 02623ae + 0e0d6e6 commit 426c6c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/renderers/react/src/public-types.ts
Original file line number Diff line number Diff line change
@@ -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>;

/**

0 comments on commit 426c6c0

Please sign in to comment.