UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

14 lines 383 B
import type { RgbColor } from './Colors'; declare const _default: { convert: { fromRgb: ({ r, g, b, alpha }: RgbColor) => { r: number; g: number; b: number; alpha: number | undefined; }; toRgb: ({ r, g, b, alpha }: RgbColor) => RgbColor; }; }; export default _default; //# sourceMappingURL=lrgb.d.ts.map