MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / useComponentPropsContext

Function useComponentPropsContext

src/hooks/useComponentPropsContext.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 * Used by CodeExample to render usage with current prop values.
7 */
8export function useComponentPropsContext() {
9 return useContext(ComponentPropsContext);
10}
11
12export default useComponentPropsContext;

Callers 2

TabsLayoutFunction · 0.90
CodeExampleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected