react-native-unistyles
Version:
Level up your React Native StyleSheet
10 lines • 416 B
TypeScript
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;
addChangeListener(onChanged: (dependencies: Array<UnistyleDependency>) => void): () => void;
}
//# sourceMappingURL=UnistylesStyleSheet.nitro.d.ts.map