MCPcopy
hub / github.com/clauderic/dnd-kit / register

Method register

packages/vue/src/core/hooks/useInstance.ts:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7export interface Instance<T extends DragDropManager = DragDropManager> {
8 manager: T | undefined;
9 register(): CleanupFunction | void;
10}
11
12export function useInstance<T extends Instance>(

Callers 15

manager.tsxFile · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
SortableClass · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
registerMethod · 0.65
registerMethod · 0.65

Implementers 4

StyleInjectorpackages/dom/src/core/plugins/styleshe
Entitypackages/abstract/src/core/entities/en
PluginRegistrypackages/abstract/src/core/plugins/reg
DragDropRegistrypackages/abstract/src/core/manager/reg

Calls

no outgoing calls

Tested by

no test coverage detected