MCPcopy Create free account
hub / github.com/code100x/cms / useMouseEnter

Function useMouseEnter

src/components/3dcard.tsx:150–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148
149// Create a hook to use the context
150export const useMouseEnter = () => {
151 const context = useContext(MouseEnterContext);
152 if (context === undefined) {
153 throw new Error('useMouseEnter must be used within a MouseEnterProvider');
154 }
155 return context;
156};

Callers 1

CardItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected