import type { MattrixwvSwitchProps } from "$/types/InputTypes"; import clsx from "clsx"; import MattrixwvSwitch from "./MattrixwvSwitch"; export default function PrimarySwitch({ className, knobClassName, disabled, ...props }: MattrixwvSwitchProps){ return ( ); }