1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 15:02:51 +02:00

remove the slate-schema package (#3291)

This commit is contained in:
Ian Storm Taylor
2019-12-10 17:53:27 -05:00
committed by GitHub
parent 9d4a9d7a65
commit e68a5cd305
68 changed files with 40 additions and 1892 deletions

View File

@@ -39,7 +39,7 @@ type HyperscriptCreators<T = any> = Record<
/**
* `HyperscriptShorthands` are dictionaries of properties applied to specific
* kind of object, keyed by tag name. They allow you to easily define custom
* hyperscript tags for your schema.
* hyperscript tags for your domain.
*/
type HyperscriptShorthands = Record<string, Record<string, any>>