Preparing search index...
    AddProps: EditableBaseProps & { mode: "add"; openModal: () => void }

    Props for add mode (OCR) Same as editable mode but with additional OCR button support for empty state

    Type Declaration

    • mode: "add"
    • openModal: () => void

      Callback fired to open OCR modal (for empty state)