@types/react-typical
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Installation

npm install --save @types/react-typical

Summary

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

Details

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

index.d.ts

import { ReactElement } from "react";

export interface ReactTypicalProps {
    steps: Array<string | number>;
    wrapper?: string;
    loop?: number;
}

export default function Typical(props: ReactTypicalProps): ReactElement;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Ankan Bhattacharya.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-typical

Weekly Downloads

479

Version

0.1.2

License

MIT

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • types