1.0.5 • Published 6 months ago

@types/react-text-marquee v1.0.5

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

Installation

npm install --save @types/react-text-marquee

Summary

This package contains type definitions for react-text-marquee (github.com/jcgertig/react-text-marquee).

Details

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

index.d.ts

// Type definitions for react-text-marquee 1.0
// Project: github.com/jcgertig/react-text-marquee
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from "react";

export interface MarqueeProps extends React.HTMLProps<HTMLTextAreaElement> {
    text: string;
    hoverToStop?: boolean | undefined;
    loop?: boolean | undefined;
    leading?: number | undefined;
    trailing?: number | undefined;
}

export default class Marquee extends React.Component<MarqueeProps> { }

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:35:42 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

4 years ago