1.0.37 • Published 2 years ago

@types/react-holder v1.0.37

Weekly downloads
63
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.36

2 years ago

1.0.35

2 years ago

1.0.34

4 years ago

1.0.33

7 years ago

1.0.32

7 years ago

1.0.31

8 years ago

1.0.30

8 years ago

1.0.29

9 years ago

1.0.28

9 years ago

1.0.27-alpha

9 years ago

1.0.26-alpha

9 years ago

1.0.25-alpha

9 years ago

1.0.24-alpha

9 years ago

1.0.23-alpha

9 years ago

1.0.22-alpha

9 years ago

1.0.21-alpha

9 years ago

1.0.20-alpha

9 years ago

1.0.15-alpha

9 years ago

1.0.14-alpha

9 years ago