FunctionCapabilityToggle({
icon,
label,
description,
value,
onValueChange,
}: {
icon: LucideIcon;
label: string;
descr
src/app/(settings)/capabilities.tsx:131
FunctionDrawerLayout({
open,
onOpen,
onClose,
drawerContent,
drawerWidth: drawerWidthProp,
swipeEnabled = true,
chil
src/components/drawer-layout.tsx:65