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:
@@ -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>>
|
||||
|
Reference in New Issue
Block a user