feat: use drink api in front and more #16
3
front/src/types.d.ts
vendored
3
front/src/types.d.ts
vendored
@ -162,7 +162,7 @@ export interface Testimonial {
|
||||
}
|
||||
|
||||
export interface Input {
|
||||
type: HTMLInputTypeAttribute
|
||||
type?: HTMLInputTypeAttribute
|
||||
name: string
|
||||
label?: string
|
||||
autocomplete?: string
|
||||
@ -170,6 +170,7 @@ export interface Input {
|
||||
divClass?: string
|
||||
inputClass?: string
|
||||
checked?: bool
|
||||
value?:string
|
||||
}
|
||||
|
||||
export interface Textarea {
|
||||
|
Loading…
x
Reference in New Issue
Block a user