Skip to content

Commit

Permalink
chore(Web): Use standard naming conventions for 3rd party typings
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ketch committed Feb 16, 2022
1 parent 79d4821 commit c580741
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions web/src/types.ts
@@ -1,5 +1,4 @@
import { FileFormatUtils } from '@stencila/components'
import { StencilaElementConstructor } from './components/base'
import { main } from './index'

export type ElementId = string
Expand All @@ -8,7 +7,6 @@ export type SnapshotId = string

declare global {
interface Window {
stencilaElements: Record<string, [StencilaElementConstructor, string]>
stencilaWebClient: {
main: typeof main
executableLanguages: FileFormatUtils.FileFormatMap
Expand Down

0 comments on commit c580741

Please sign in to comment.