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

Interface Composition

packages/models/src/interfaces/composition-text.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { BaseText, Text } from 'slate'
2
3interface Composition extends BaseText {
4 offset: number
5 isEmpty?: boolean
6}
7
8export interface CompositionText extends Text {
9 composition: Composition

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…