UNPKG

react-native-unistyles

Version:
10 lines (7 loc) 376 B
import type { HybridObject } from 'react-native-nitro-modules' import type { UnistyleDependency } from '../NativePlatform' export interface UnistylesStyleSheet extends HybridObject<{ ios: 'c++', android: 'c++' }> { readonly hairlineWidth: number readonly unid: number addChangeListener(onChanged: (dependencies: Array<UnistyleDependency>) => void): () => void }