Skip to content

Commit 0b98ca3

Browse files
authored
Merge pull request #22 from fend25/patch-1
Update preact-redux.d.ts
2 parents b3b8b31 + 25cd30a commit 0b98ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/preact-redux.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,5 +275,5 @@ export interface ProviderProps {
275275
* Makes the Redux store available to the connect() calls in the component hierarchy below.
276276
*/
277277
export class Provider extends Component<ProviderProps, {}> {
278-
render(props: ProviderProps): VNode
278+
render(props?: ProviderProps): VNode
279279
}

0 commit comments

Comments
 (0)