UNPKG

react-native-unistyles

Version:
8 lines 303 B
import React from 'react'; import type { PropsWithChildren } from 'react'; interface AdaptiveThemeProps extends PropsWithChildren { previousScopedTheme?: string; } export declare const AdaptiveTheme: React.FunctionComponent<AdaptiveThemeProps>; export {}; //# sourceMappingURL=AdaptiveTheme.d.ts.map