UNPKG

@simpozio/contact-form

Version:
5 lines 312 B
/// <reference types="react" /> import { TShortForm } from '../../types'; declare const FormShort: ({ className, fields, formText, bottomText, onValidate, onValid, onChange, onSubmit, onError, validSchema, theme, styles }: TShortForm) => JSX.Element; export default FormShort; //# sourceMappingURL=index.d.ts.map