2
0

(js) Add "large" bubble button size and part attr

Closes #411
This commit is contained in:
Baptiste Arnaud
2023-03-31 08:45:42 +02:00
parent f895c6d72d
commit 3cfdb8179e
9 changed files with 38 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ declare global {
'typebot-bubble': React.DetailedHTMLProps<
React.HTMLAttributes<HTMLElement>,
HTMLElement
> & { class?: string }
>
}
}
}