Update WelcomeTitle.tsx

Signed-off-by: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com>
This commit is contained in:
Gaurav Pandey
2023-07-09 13:00:38 +02:00
committed by GitHub
parent 54e3cfe038
commit 2c0746d2af
@@ -23,6 +23,7 @@ import React, { useEffect, useMemo } from 'react';
import useAsync from 'react-use/lib/useAsync';
import { getTimeBasedGreeting } from './timeUtil';
/** @public */
export type WelcomeTitleLanguageProps = {
language?: string[];
};