Files
medusa-store/www/apps/ui/src/props/hooks/usePrompt.tsx
Shahed Nasser 98236c8262 docs: add clean markdown version of all documentation pages (#11308)
* added route to book

* added to resources

* added route to ui

* added to user guide
2025-02-05 11:23:13 +02:00

9 lines
197 B
TypeScript

import { HookTable } from "@/components/hook-table"
import { usePrompt } from "../../registries/hook-values"
const Props = () => {
return <HookTable props={usePrompt} />
}
export default Props