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.
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: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/react
Credits
These definitions were written by .