MCPcopy Create free account
hub / github.com/editablejs/editable / CustomTypes

Interface CustomTypes

packages/models/src/index.ts:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30declare module 'slate' {
31 interface CustomTypes {
32 Element: BaseElement & {
33 type?: string
34 }
35
36 Editor: BaseEditor
37 }
38}
39
40// Interface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…