react-native-ios-utilities
Version:
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
16 lines • 616 B
TypeScript
import type { UniformKeyAndValue } from "../types/UtilityTypes";
declare const UIVibrancyEffectStylesRaw: {
label: string;
secondaryLabel: string;
tertiaryLabel: string;
quaternaryLabel: string;
fill: string;
secondaryFill: string;
tertiaryFill: string;
separator: string;
};
export type UIVibrancyEffectStyle = keyof (typeof UIVibrancyEffectStylesRaw);
export declare const UIVibrancyEffectStyles: UniformKeyAndValue<UIVibrancyEffectStyle>;
export declare const UIVibrancyEffectStyleItems: Array<UIVibrancyEffectStyle>;
export {};
//# sourceMappingURL=UIVibrancyEffectStyles.d.ts.map