Skip to content

Commit

Permalink
feat(Web): Export Patch and Client TypeScript types
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ketch committed Feb 17, 2022
1 parent cbe0089 commit f543832
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/index.ts
Expand Up @@ -6,7 +6,9 @@ import { languages } from './kernels'
import * as sessions from './sessions'
import { ProjectId } from './types'

export type { Document, Session } from '@stencila/stencila'
export type { Document, Patch, Session } from '@stencila/stencila'
export * as client from './client'
export type { Client } from './client'
export * as documents from './documents'
export * as patches from './patches'

Expand Down

0 comments on commit f543832

Please sign in to comment.