UNPKG

@visx/gradient

Version:
7 lines 307 B
/// <reference types="react" /> import { LinearGradientProps } from './LinearGradient'; /** * All props pass through to `<LinearGradient {...props} />` */ export default function GradientPinkBlue({ from, to, ...restProps }: LinearGradientProps): JSX.Element; //# sourceMappingURL=GradientPinkBlue.d.ts.map