Contact form logic
This commit is contained in:
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
@@ -169,6 +169,7 @@ export interface Input {
|
||||
label?: string;
|
||||
autocomplete?: string;
|
||||
placeholder?: string;
|
||||
required?: boolean;
|
||||
}
|
||||
|
||||
export interface Textarea {
|
||||
|
Reference in New Issue
Block a user