GitHub - typespecs/BlockNote: TypeSpec definitions for BlockNote

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

@typespecs/blocknote

TypeSpec definitions for the BlockNote document schema.

Installation

npm install @typespecs/blocknote

Requires @typespec/compiler ~1.9.0 as a peer dependency:

npm install --save-dev @typespec/compiler

Usage

Import the library in your TypeSpec file:

import "@typespecs/blocknote";

using BlockNote;

License

MIT