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

1.0.2 • Public • Published

Installation

npm install --save @types/react-wheelpicker

Summary

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

Details

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

index.d.ts

import React = require("react");

interface Props {
    scrollerId: string;
    data: string[];
    animation: string;
    height: number;
    parentHeight: number;
    defaultSelection: number;
    updateSelection: (index: number) => void;
    fontSize: number;
}

export default class WheelPicker extends React.Component<Props> {}

export {};

Additional Details

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

Credits

These definitions were written by Timothy Odei Yirenkyi.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-wheelpicker

Weekly Downloads

203

Version

1.0.2

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • types