Skip to content

Commit

Permalink
fix: use type from timing/Primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
robik committed Aug 1, 2024
1 parent ad152ef commit 8a77bcd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
#include <string>
#include <string_view>
#include <unordered_set>
#include <react/timing/primitives.h>

namespace facebook::react {

using DOMHighResTimeStamp = double;

using PerformanceEntryInteractionId = uint32_t;

enum class PerformanceEntryType {
Expand Down

0 comments on commit 8a77bcd

Please sign in to comment.