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

Function DirectionProvider

packages/ui/src/direction.tsx:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 dir: Direction
13}
14const DirectionProvider: React.FC<DirectionProviderProps> = props => {
15 const { dir, children } = props
16 return <DirectionContext.Provider value={dir}>{children}</DirectionContext.Provider>
17}
18
19/* -----------------------------------------------------------------------------------------------*/
20

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…