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 {
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user