Skip to content

Commit

Permalink
fix(docz): typing definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 9, 2018
1 parent b8d0754 commit 1a3648e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz/src/components/DocPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { dataContext, Entry, ImportMap } from '../theme'
import { RenderComponent } from './Playground'

export type PageProps = RouteComponentProps<any> & {
doc?: Entry
doc: Entry
}

export interface ComponentsMap {
Expand Down

0 comments on commit 1a3648e

Please sign in to comment.