MCPcopy Index your code
hub / github.com/editablejs/editable / CustomTypes

Interface CustomTypes

packages/plugins/yjs/types/custom-types.d.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare module '@editablejs/editor' {
4 interface CustomTypes {
5 Element: BaseElement & {
6 type?: string
7 }
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected