Skip to content

Commit

Permalink
[base] Add typescript definition proxies for structure, initial value…
Browse files Browse the repository at this point in the history
… templates (#1818)
  • Loading branch information
rexxars committed Apr 2, 2020
1 parent ea67851 commit e92d480
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@sanity/base/initial-value-template-builder.d.ts
@@ -0,0 +1,3 @@
import {TemplateBuilder} from '@sanity/initial-value-templates'

export = TemplateBuilder
3 changes: 3 additions & 0 deletions packages/@sanity/base/initial-value-templates.d.ts
@@ -0,0 +1,3 @@
import * as InitialValueTemplates from '@sanity/initial-value-templates'

export = InitialValueTemplates
3 changes: 3 additions & 0 deletions packages/@sanity/base/structure-builder.d.ts
@@ -0,0 +1,3 @@
import {StructureBuilder} from '@sanity/structure'

export = StructureBuilder

1 comment on commit e92d480

@vercel
Copy link

@vercel vercel bot commented on e92d480 Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.