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

8.16.3 • Public • Published

Installation

npm install --save @types/reactabular-dnd

Summary

This package contains type definitions for reactabular-dnd (http://reactabular.js.org/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/reactabular-dnd.

index.d.ts

import * as Table from "reactabular-table";

import { JSX } from "react";

export interface DndMoveEvent {
    sourceLabel: string;
    targetLabel: string;
}

export function moveLabels(columns: Table.Column[], event: DndMoveEvent): Table.Column[];

export function Header(props: any): JSX.Element;

Additional Details

Credits

These definitions were written by Marcos Junior.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/reactabular-dnd

Weekly Downloads

15

Version

8.16.3

License

MIT

Unpacked Size

3.38 kB

Total Files

5

Last publish

Collaborators

  • types