Skip to content

Commit 16ab023

Browse files
author
Flip Sasser
committed
Update the UniversalComponent.preload TypeScript definition
1 parent e152c49 commit 16ab023

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
@@ -65,7 +65,7 @@ declare module 'react-universal-component' {
6565
type UniversalComponent<P> = React.StatelessComponent<
6666
P & Partial<UniversalProps>
6767
> & {
68-
preload(): void;
68+
preload(options?: P): void;
6969
};
7070

7171
type Module<P> =

0 commit comments

Comments
 (0)