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

1.1.6 • Public • Published

Installation

npm install --save @types/react-column-resizer

Summary

This package contains type definitions for react-column-resizer (https://github.com/nik-m2/react-column-resizer#readme).

Details

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

import { Component } from "react";

declare namespace ColumnResizer {
    interface ResizerProps {
        /**
         * Any custom classes.
         * If set, default width and backgroundColor styles will not be applied.
         *
         * @default ""
         */
        className?: string | undefined;

        /**
         * Set to true if you want to disable resizing
         *
         * @default false
         */
        disabled?: boolean | undefined;

        /**
         * The minimum width for the columns (in pixels)
         *
         * @default 0
         */
        minWidth?: number | undefined;
    }
}

declare class ColumnResizer extends Component<ColumnResizer.ResizerProps> {}

export = ColumnResizer;

Additional Details

  • Last updated: Fri, 18 Oct 2024 20:36:43 GMT
  • Dependencies: @types/react

Credits

These definitions were written by ibrahim.

/@types/react-column-resizer/

    Package Sidebar

    Install

    npm i @types/react-column-resizer

    Weekly Downloads

    25

    Version

    1.1.6

    License

    MIT

    Unpacked Size

    4.18 kB

    Total Files

    5

    Last publish

    Collaborators

    • types