import React from "react"; import { action } from "storybook/actions"; import { Button } from "@jobber/components-native"; import type { ButtonProps } from "@jobber/components-native"; export function ButtonBasicExample(props: Partial) { return (