import { Toggle } from "@/examples/base/ui/toggle" export function ToggleDisabled() { return (
Disabled Disabled
) }