import { EyeOffIcon } from "lucide-react" import { Field, FieldDescription, FieldLabel, } from "@/styles/base-nova/ui/field" import { InputGroup, InputGroupAddon, InputGroupInput, } from "@/styles/base-nova/ui/input-group" export function InputGroupInlineEnd() { return ( Input Icon positioned at the end. ) }