Skip to content

Commit a692528

Browse files
update types
1 parent c56a396 commit a692528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { FC, PropsWithChildren } from 'react';
22
import type { StringToReactComponentProps } from './src/index.d';
3-
export * from './src/index.d';
3+
export { StringToReactComponentProps } from './src/index.d';
44
declare const StringToReactComponent: FC<PropsWithChildren<StringToReactComponentProps>>;
55
export default StringToReactComponent;

0 commit comments

Comments
 (0)