Expose ReactFramework type

This commit is contained in:
Ian VanSchooten 2022-11-01 16:10:29 -04:00
parent 87d463e89f
commit 0e0d6e644f

View File

@ -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>;
/**