UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

6 lines (5 loc) 301 B
'use strict'; // Priority order - later is more important export const NATIVE_PSEUDO_SELECTORS_PRIORITY = [':focus-within', ':focus', ':hover', ':active', ':active-deepest']; export const NATIVE_PSEUDO_SELECTORS = new Set(NATIVE_PSEUDO_SELECTORS_PRIORITY); //# sourceMappingURL=pseudoSelectors.js.map