1.0.2 • Published 6 months ago

@types/react-circular v1.0.2

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

Installation

npm install --save @types/react-circular

Summary

This package contains type definitions for react-circular (https://github.com/adriantoine/react-circular#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-circular.

index.d.ts

// Type definitions for react-circular 1.0
// Project: https://github.com/adriantoine/react-circular#readme
// Definitions by: Rhythm Bhiwani <https://github.com/rhythmbhiwani>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function CirclePosition(props: any): any;

export function LineCirclePosition(props: any): any;

export namespace CirclePosition {
    namespace defaultProps {
        const adjust: number;

        function children(): void;
    }

    namespace propTypes {
        function adjust(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        function angle(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        function children(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        function radius(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        function render(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        namespace children {
            function isRequired(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;
        }

        namespace render {
            function isRequired(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;
        }
    }
}

export namespace LineCirclePosition {
    namespace defaultProps {
        const adjust: number;

        function children(): void;
    }

    namespace propTypes {
        function adjust(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        function angle(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        function children(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        function length(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        function radius(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        function render(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;

        namespace children {
            function isRequired(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;
        }

        namespace render {
            function isRequired(p0: any, p1: any, p2: any, p3: any, p4: any, p5: any): any;
        }
    }
}

Additional Details

  • Last updated: Fri, 30 Jul 2021 20:31:31 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Rhythm Bhiwani.