Appearance
ProfilePrivacyPage ​
File: apps/web/src/pages/ProfilePrivacyPage.tsx
Auto-generated by
scripts/generate-ui-docs.ts. Do not edit — overwritten on each run.
Props ​
| Prop | Type | Required |
|---|---|---|
label | string | yes |
checked | boolean | yes |
onChange | (v: boolean) => void | yes |
divider | boolean |
Imports and uses ​
ts
import { useState, useEffect } from 'react'
import { useQuery, useMutation } from '@tanstack/react-query'
import { colors, fonts, spacing } from '@hch/ui'
import { useApiFetch } from '../lib/api'Where used ​
No dependents found in the dependency graph (may be an entry point or not yet graphed).