type ModInputProps = { className?: string; placeholder: string | null; }; export type { ModInputProps };