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