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

Interface AlignValue

packages/plugins/alignment/src/interfaces/align.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type ValueOf<T> = T[keyof T]
5
6export interface AlignValue {
7 Left: 'left'
8 Center: 'center'
9 Right: 'right'
10 Justify: 'justify'
11}
12
13export type AlignKeys = ValueOf<typeof AlignValue>
14

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…