UNPKG

@portabletext/schema

Version:
23 lines (22 loc) 501 B
export {compileSchema} from './compile-schema' export { defineSchema, type AnnotationDefinition, type BlockObjectDefinition, type DecoratorDefinition, type InlineObjectDefinition, type ListDefinition, type SchemaDefinition, type StyleDefinition, } from './define-schema' export type { AnnotationSchemaType, BaseDefinition, BlockObjectSchemaType, DecoratorSchemaType, FieldDefinition, InlineObjectSchemaType, ListSchemaType, Schema, StyleSchemaType, } from './schema'