UNPKG

react-native-unistyles

Version:
8 lines 535 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; export * from './mock'; //# sourceMappingURL=index.d.ts.map