Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/components/Bot.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions dist/components/buttons/StopButton.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { JSX } from 'solid-js/jsx-runtime';
type StopButtonProps = {
buttonColor?: string;
isDisabled?: boolean;
isLoading?: boolean;
disableIcon?: boolean;
} & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
export declare const StopButton: (props: StopButtonProps) => JSX.Element;
export {};
//# sourceMappingURL=StopButton.d.ts.map
1 change: 1 addition & 0 deletions dist/components/buttons/StopButton.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/components/inputs/textInput/components/TextInput.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ type TextInputProps = {
fullFileUploadAllowedTypes?: string;
enableInputHistory?: boolean;
maxHistorySize?: number;
isLoading?: boolean;
onStopMessage?: () => void;
};
export declare const TextInput: (props: TextInputProps) => import("solid-js").JSX.Element;
export {};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web.umd.js

Large diffs are not rendered by default.

Loading