Variable OneBlinkFormConst
OneBlinkForm: NamedExoticComponent<
OneBlinkFormUncontrolledProps & (
OneBlinkFormAudienceProps & { resumeAtElement?: FormElement | undefined; resumeSectionState?: { id: string; state: "COLLAPSED" | "EXPANDED"; }[] | undefined; resumePreviousElapsedDurationSeconds?: number | undefined; }
),
> = ...
Component for rendering a OneBlink Form. This component will render the submit, cancel and save draft buttons but it is up to the developer to implement what happens when those buttons are clicked.
It is also recommended to import the
cssfrom this library as well.Example