We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8780eaf commit 5c886efCopy full SHA for 5c886ef
index.d.ts
@@ -0,0 +1,5 @@
1
+import type { FC, PropsWithChildren } from 'react';
2
+import type { StringToReactComponentProps } from './src/index.d';
3
+export * from './src/index.d';
4
+declare const StringToReactComponent: FC<PropsWithChildren<StringToReactComponentProps>>;
5
+export default StringToReactComponent;
0 commit comments