Workbook Component Overview
TheWorkbook component is a key part of the @flatfile/react package,
designed to manage multiple Sheet components as a collection. It represents a
workbook within Flatfileβs import system, allowing for the configuration of
multiple sheets and associated actions.
Main Props
config: Configuration for the workbook, including its sheets and actions.onSubmit: Callback function executed when the workbook is submitted.onRecordHooks: Array of hooks for custom record processing.children: React nodes for nested components, typicallySheetcomponents.

