export const getClassName = (className: string) => { if (className !== "" && className !== undefined) { return className; } return ""; };