Skip to content

Commit 5c886ef

Browse files
fix root index.d.ts
1 parent 8780eaf commit 5c886ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)