MCPcopy Index your code
hub / github.com/lodev09/react-native-true-sheet / StackEntry

Interface StackEntry

src/TrueSheetProvider.web.tsx:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17type NodeRef = RefObject<HTMLDivElement | null>;
18
19interface StackEntry {
20 ref: SheetRef;
21 nodeRef: NodeRef;
22 isFormSheetRef: RefObject<boolean>;
23}
24
25interface SheetContextValue {
26 registerByName: (name: string, ref: SheetRef) => () => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected