Loading...
Loading...
Loading...
Mock data fetching layer demonstrating the expected response shape.
Install
npx bouncekit@latest add apiImport
import { Api } from "@/lib/api.ts"import { getUser, getDashboardStats, getTasks } from "@/lib/api"
// Mock data layer demonstrating expected response shapes.
// Replace with your real API calls.
const user = await getUser()
const stats = await getDashboardStats()API Reference
Extends native HTML attributes — no custom props.
Source
src/lib/api.ts