react-native-ios-utilities
Version:
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
28 lines • 1.03 kB
TypeScript
import type { UniformKeyAndValue } from "../types/UtilityTypes";
declare const UIBlurEffectStylesRaw: {
regular: string;
prominent: string;
extraLight: string;
light: string;
dark: string;
systemUltraThinMaterial: string;
systemThinMaterial: string;
systemMaterial: string;
systemThickMaterial: string;
systemChromeMaterial: string;
systemUltraThinMaterialLight: string;
systemThinMaterialLight: string;
systemMaterialLight: string;
systemThickMaterialLight: string;
systemChromeMaterialLight: string;
systemUltraThinMaterialDark: string;
systemThinMaterialDark: string;
systemMaterialDark: string;
systemThickMaterialDark: string;
systemChromeMaterialDark: string;
};
export type UIBlurEffectStyle = keyof (typeof UIBlurEffectStylesRaw);
export declare const UIBlurEffectStyles: UniformKeyAndValue<UIBlurEffectStyle>;
export declare const UIBlurEffectStyleItems: Array<UIBlurEffectStyle>;
export {};
//# sourceMappingURL=UIBlurEffectStyles.d.ts.map