import React from "react"; import { Option, Select } from "@jobber/components-native"; import type { SelectProps } from "@jobber/components-native"; type SelectStoryArgs = Pick; export function SelectBasic(props: Partial) { return ( ); }