Having private props was causing the following error: Default export of the module has or is using private name 'Props'. So exporting those fixes the issue. It also has a double benefit as we provide exported Props to library consummers.
Having private props was causing the following error: Default export of the module has or is using private name 'Props'. So exporting those fixes the issue. It also has a double benefit as we provide exported Props to library consummers.