UNPKG

react-native-unistyles

Version:
7 lines 511 B
import type { UnistylesShadowRegistry as NativeUnistylesShadowRegistry } from '../specs/ShadowRegistry'; import type { StyleSheet as NativeStyleSheet } from '../specs/StyleSheet'; import type { Runtime as NativeUnistylesRuntime } from '../specs/UnistylesRuntime'; export declare const StyleSheet: typeof NativeStyleSheet; export declare const UnistylesRuntime: typeof NativeUnistylesRuntime; export declare const UnistylesShadowRegistry: typeof NativeUnistylesShadowRegistry; //# sourceMappingURL=index.d.ts.map