Skip to content

Commit

Permalink
Fixed ListDividerProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Oden committed Nov 1, 2016
1 parent 6357d31 commit 03feeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ interface ListDividerProps extends ReactToolbox.Props {
theme?: ListDividerTheme;
}

export class ListDivider extends React.Component<ListDivider, {}> { }
export class ListDivider extends React.Component<ListDividerProps, {}> { }

export interface ListItemTheme {
/**
Expand Down

0 comments on commit 03feeaf

Please sign in to comment.