Skip to content

Commit

Permalink
fix(docz): export ThemeProps interface (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedmao authored and pedronauck committed Mar 31, 2019
1 parent a0c52db commit aea9588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docz/src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react'
import { Fragment, SFC, ComponentType as CT } from 'react'
import { doczState, Database, ThemeConfig, TransformFn } from './state'

interface ThemeProps {
export interface ThemeProps {
db: Database
wrapper?: CT
linkComponent?: CT
Expand Down

0 comments on commit aea9588

Please sign in to comment.