0.4.3 • Published 6 months ago

@types/react-native-svg-animated-linear-gradient v0.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-native-svg-animated-linear-gradient

Summary

This package contains type definitions for react-native-svg-animated-linear-gradient (https://github.com/FullstackStation/react-native-svg-animated-linear-gradient).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-svg-animated-linear-gradient.

index.d.ts

// Type definitions for react-native-svg-animated-linear-gradient 0.4
// Project: https://github.com/FullstackStation/react-native-svg-animated-linear-gradient
// Definitions by: Federico Grandi <https://github.com/EndBug>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as React from 'react';

export interface GradientProps {
    primaryColor?: string | undefined;
    secondaryColor?: string | undefined;
    duration?: number | undefined;
    width?: number | string | undefined;
    height?: number | string | undefined;
    x1?: string | undefined;
    y1?: string | undefined;
    x2?: string | undefined;
    y2?: string | undefined;
    useNativeDriver?: boolean | undefined;
}

export default class SvgAnimatedLinearGradient extends React.Component<GradientProps> {}

Additional Details

  • Last updated: Sat, 23 Apr 2022 22:31:38 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Federico Grandi.