UNPKG

@pchmn/expo-material3-theme

Version:

Manage Material 3 theme in your React Native App

13 lines 462 B
interface ExpoMaterial3ThemeModuleType { getSystemTheme(): { light: Record<string, string>; dark: Record<string, string>; } | null; getSystemThemeAsync(): Promise<{ light: Record<string, string>; dark: Record<string, string>; } | null>; } declare let ExpoMaterial3ThemeModule: ExpoMaterial3ThemeModuleType | undefined; export default ExpoMaterial3ThemeModule; //# sourceMappingURL=ExpoMaterial3ThemeModule.d.ts.map