UNPKG

@portabletext/editor

Version:

Portable Text Editor made in React

9 lines (7 loc) 185 B
import {Schema} from '@sanity/schema' export function compileType(rawType: any) { return Schema.compile({ name: 'blockTypeSchema', types: [rawType], }).get(rawType.name) }