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