import * as React from "react" import { cn } from "@/examples/radix/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" type NativeSelectProps = Omit, "size"> & { size?: "sm" | "default" } function NativeSelect({ className, size = "default", ...props }: NativeSelectProps) { return (