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