Skip to content

Commit

Permalink
fixing last type error
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewilco committed Dec 31, 2018
1 parent f1fff66 commit fe94012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface ILayoutProps {
children: React.ReactNode;
}

export default class Layout extends React.Component<ILayoutProps, void> {
export default class Layout extends React.Component<ILayoutProps, {}> {
static displayName = 'UILayout';

static defaultProps = {
Expand Down

0 comments on commit fe94012

Please sign in to comment.