Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-text-marquee

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-text-marquee

TypeScript definitions for react-text-marquee

  • 1.0.1
  • ts3.6
  • ts3.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by25%
Maintainers
1
Weekly downloads
 
Created
Source

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: Boris <https://github.com/captain328>
// 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, 08 Jul 2021 22:41:39 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Boris.

FAQs

Package last updated on 08 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc