import React from "react"; import { Switch } from "@jobber/components-native"; import type { SwitchProps } from "@jobber/components-native"; type SwitchStoryArgs = Pick; export function SwitchBasic(props: Partial) { return ; }