Skip to content

Commit

Permalink
chore: mark types required (by schemas) as @beta
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Dec 20, 2022
1 parent 0902fa5 commit edb3bd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/sanity/src/core/form/types/blockProps.ts
@@ -1,6 +1,6 @@
import {Path, PortableTextBlock, PortableTextObject, PortableTextTextBlock} from '@sanity/types'

/** @alpha */
/** @beta */
export interface BlockDecoratorProps {
children: React.ReactElement
focused: boolean
Expand All @@ -10,7 +10,7 @@ export interface BlockDecoratorProps {
value: string
}

/** @alpha */
/** @beta */
export interface BlockStyleProps {
block: PortableTextTextBlock
children: React.ReactElement
Expand All @@ -21,7 +21,7 @@ export interface BlockStyleProps {
value: string
}

/** @alpha */
/** @beta */
export interface BlockListItemProps {
block: PortableTextTextBlock
children: React.ReactElement
Expand All @@ -33,7 +33,7 @@ export interface BlockListItemProps {
value: string
}

/** @alpha */
/** @beta */
export interface BlockAnnotationProps {
children: React.ReactElement
focused: boolean
Expand All @@ -47,7 +47,7 @@ export interface BlockAnnotationProps {
value: PortableTextObject
}

/** @alpha */
/** @beta */
export interface BlockProps {
children: React.ReactElement
focused: boolean
Expand Down

0 comments on commit edb3bd0

Please sign in to comment.