docs: add deep thinking to AI assistant (#13770)
* docs: add deep thinking to AI assistant * add disabled styling
This commit is contained in:
@@ -16,6 +16,7 @@ export type ButtonProps = {
|
||||
className?: string
|
||||
buttonType?: ButtonType
|
||||
buttonRef?: React.LegacyRef<HTMLButtonElement>
|
||||
type?: "button" | "submit" | "reset"
|
||||
} & React.HTMLAttributes<HTMLButtonElement>
|
||||
|
||||
export const Button = ({
|
||||
|
||||
Reference in New Issue
Block a user