interface
CountryFormField
interface CountryFormField { ... }A country or state input definition.
Source packages/plugin-form-builder/src/index.ts:7
blockType"country" | "state"- The blockType value.
_keystring- The _key value.
namestring- The name value.
labelstring- The label value.
requiredboolean- The required value.
widthnumber- The width value.