Skip to content

Commit

Permalink
fix: export missing workspace types
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Aug 16, 2022
1 parent 176daf1 commit ef5847f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sanity/src/_exports/_unstable.ts
Expand Up @@ -20,6 +20,7 @@ export type {
ResolveProductionUrlContext,
SanityFormConfig,
SchemaPluginOptions,
SingleWorkspace,
Source,
SourceOptions,
TemplateResolver,
Expand Down
2 changes: 2 additions & 0 deletions packages/sanity/src/_exports/desk.ts
Expand Up @@ -136,6 +136,7 @@ export {
export type {
BaseGenericList,
BaseIntentParams,
BaseView,
BuildableComponent,
BuildableGenericList,
BuildableList,
Expand Down Expand Up @@ -191,6 +192,7 @@ export type {
UnserializedListItem,
UnserializedListItemChild,
UserComponent,
UserViewComponent,
View,
ViewBuilder,
} from '../desk/structureBuilder'
Expand Down
1 change: 1 addition & 0 deletions packages/sanity/src/_exports/index.ts
Expand Up @@ -43,6 +43,7 @@ export type {
SanityFormConfig as unstable_SanityFormConfig,
SchemaError,
SchemaPluginOptions,
SingleWorkspace,
Source,
SourceOptions,
TemplateResolver,
Expand Down

0 comments on commit ef5847f

Please sign in to comment.