1.0.37 • Published 6 months ago

@types/react-holder v1.0.37

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

Installation

npm install --save @types/react-holder

Summary

This package contains type definitions for react-holder (https://github.com/Moeriki/react-holder).

Details

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

index.d.ts

// Type definitions for react-holder 1.0.0
// Project: https://github.com/Moeriki/react-holder
// Definitions by: Isman Usoh <https://github.com/isman-usoh>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

///<reference types="react"/>

import * as React from "react";

interface ReactHolderProp extends React.HTMLAttributes<ReactHolder> {
    width: string | number;
    height: string | number;
    updateOnResize: boolean;

    // config args
    theme?: string | undefined;
    random?: boolean | undefined;
    bg?: string | undefined
    fg?: string | undefined;
    text?: string | undefined;
    size?: number | undefined;
    font?: string | undefined;
    align?: string | undefined;
    outline?: boolean | undefined;
    lineWrap?: number | undefined;
}

declare class ReactHolder extends React.Component<ReactHolderProp> {

}
export default ReactHolder;

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:20:47 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Isman Usoh.

1.0.37

6 months ago

1.0.36

7 months ago

1.0.35

8 months ago

1.0.34

3 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

8 years ago

1.0.28

8 years ago

1.0.27-alpha

8 years ago

1.0.26-alpha

8 years ago

1.0.25-alpha

8 years ago

1.0.24-alpha

8 years ago

1.0.23-alpha

8 years ago

1.0.22-alpha

8 years ago

1.0.21-alpha

8 years ago

1.0.20-alpha

8 years ago

1.0.15-alpha

8 years ago

1.0.14-alpha

8 years ago