feat: use drink api in front and more #16

Merged
Clement merged 47 commits from feat/use-drink-api-in-front into master 2024-06-07 17:09:58 +00:00
Showing only changes of commit 75666740ee - Show all commits

View File

@ -169,6 +169,7 @@ export interface Input {
placeholder?: string
divClass?: string
inputClass?: string
checked?: bool
}
export interface Textarea {