import * as React from "react" import { cn } from "@workspace/ui/lib/utils" import { ChevronDownIcon } from "@workspace/ui/components/icon" type NativeSelectProps = Omit, "size"> & { size?: "sm" | "default" } function NativeSelect({ className, size = "default", ...props }: NativeSelectProps) { return (