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 2a6ede1bae - Show all commits

View File

@ -162,7 +162,7 @@ export interface Testimonial {
} }
export interface Input { export interface Input {
type: HTMLInputTypeAttribute type?: HTMLInputTypeAttribute
name: string name: string
label?: string label?: string
autocomplete?: string autocomplete?: string
@ -170,6 +170,7 @@ export interface Input {
divClass?: string divClass?: string
inputClass?: string inputClass?: string
checked?: bool checked?: bool
value?:string
} }
export interface Textarea { export interface Textarea {