Skip to content

Commit

Permalink
Created a new build
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshu-09 committed Jul 9, 2024
1 parent b5a070b commit 5c90e22
Show file tree
Hide file tree
Showing 6 changed files with 12,246 additions and 11,551 deletions.
5 changes: 4 additions & 1 deletion package-dist/WelcomeScreen.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import { default as React } from 'react';

export interface WelcomeScreenProps {
handleSendMessage: (userQuery: string) => void;
suggestions: string[];
suggestions: Array<{
title: string;
content: string;
}>;
heading: string;
subHeading: string;
}
Expand Down
Loading

0 comments on commit 5c90e22

Please sign in to comment.