UNPKG

react-native-unistyles

Version:
4 lines (2 loc) 161 B
import type { HybridObject } from 'react-native-nitro-modules' export interface UnistylesShadowRegistry extends HybridObject<{ ios: 'c++', android: 'c++' }> {}