Skip to content

Commit

Permalink
let's not forget about the TypeScript types
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 26, 2020
1 parent 9f2921b commit 1f124be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/NoSsr/NoSsr.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';

export interface NoSsrProps {
children: React.ReactNode;
children?: React.ReactNode;
defer?: boolean;
fallback?: React.ReactNode;
}
Expand Down

0 comments on commit 1f124be

Please sign in to comment.