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 c56a396 commit a692528Copy full SHA for a692528
index.d.ts
@@ -1,5 +1,5 @@
1
import type { FC, PropsWithChildren } from 'react';
2
import type { StringToReactComponentProps } from './src/index.d';
3
-export * from './src/index.d';
+export { StringToReactComponentProps } from './src/index.d';
4
declare const StringToReactComponent: FC<PropsWithChildren<StringToReactComponentProps>>;
5
export default StringToReactComponent;
0 commit comments