Skip to content

Instantly share code, notes, and snippets.

View khoberg's full-sized avatar

Kyle H khoberg

View GitHub Profile
### Keybase proof
I hereby claim:
* I am khoberg on github.
* I am khoberg (https://keybase.io/khoberg) on keybase.
* I have a public key ASDJkKgai-C7prMVE7w1SpqoMU8IpheJUauJdvgoTPSrSQo
To claim this, I am signing this object:
import React from 'react';
import {Formik} from "formik";
class FormikState {
public input1: string;
public input2: string;
public nested: FormikNestedState;
constructor() {
this.input1 = "";