mirror of
https://github.com/status-im/react-native.git
synced 2025-02-27 16:40:38 +00:00
Fabric: Removed unused type aliases
Summary: Trivial. Reviewed By: fkgozali Differential Revision: D8212287 fbshipit-source-id: 228951742568d28a064ee03b6314a4c01532b9c9
This commit is contained in:
parent
beb3fcda34
commit
ec265df1d2
@ -28,15 +28,6 @@ using InstanceHandle = struct InstanceHandleDummyStruct {} *;
|
||||
using RawProps = std::map<std::string, folly::dynamic>;
|
||||
using SharedRawProps = std::shared_ptr<const RawProps>;
|
||||
|
||||
/*
|
||||
* Components event handlers.
|
||||
* Something which usually called from JavaScript side.
|
||||
*/
|
||||
using BubblingEventHandler = void (*)(void);
|
||||
using SharedBubblingEventHandler = std::shared_ptr<BubblingEventHandler>;
|
||||
using DirectEventHandler = void (*)(void);
|
||||
using SharedDirectEventHandler = std::shared_ptr<DirectEventHandler>;
|
||||
|
||||
/*
|
||||
* Universal component handle which allows to refer to `ComponentDescriptor`s
|
||||
* in maps efficiently.
|
||||
|
Loading…
x
Reference in New Issue
Block a user