1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 02:49:56 +02:00

docs: Add anchor links to Element docs

This commit is contained in:
Sunny Hirai
2021-03-29 23:36:22 -07:00
parent 04da58d653
commit ba865015cf

View File

@@ -11,6 +11,9 @@ interface Element {
## Static methods
- [Retrieval methods](#retrieval-methods)
- [Check methods](#check-methods)
### Retrieval methods
###### `Element.matches(element: Element, props: Partial<Element>): boolean`