@suluk/shadcn - v0.1.2
    Preparing search index...

    Type Alias FieldWidget

    FieldWidget:
        | "text"
        | "number"
        | "checkbox"
        | "switch"
        | "select"
        | "textarea"
        | "date"
        | "email"
        | "url"
        | "datetime"
        | "file"
        | "richtext"
        | "relation"

    The shadcn form control we pick for a property. Drives which control the renderer emits.