react-native-unistyles
Version:
Level up your React Native StyleSheet
8 lines • 535 B
TypeScript
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