Skip to content

Commit

Permalink
Merge pull request #901 from contiamo/fix/sidenav-type
Browse files Browse the repository at this point in the history
**Fix:** Update Sidenav props to be normal
  • Loading branch information
Tejas Kumar authored Jan 28, 2019
2 parents 6a8bc4a + c7b2d35 commit 3004976
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Sidenav/Sidenav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { readableTextColor } from "../utils"
import styled from "../utils/styled"

export interface SidenavProps extends DefaultProps {
children: React.ReactElement<any> | Array<React.ReactElement<any> | boolean>
/** Show the sidebar in compact mode */
compact?: boolean
}
Expand Down

0 comments on commit 3004976

Please sign in to comment.