import React from "react"; export function placeholder(value?: string) { if (value === undefined) { return } else { return value; } }