UNPKG

@bigbinary/react-timeline-editor

Version:

[![npm version](https://img.shields.io/npm/v/@bigbinary/react-timeline-editor.svg?style=flat-square)](https://www.npmjs.com/package/@bigbinary/react-timeline-editor) [![npm downloads](https://img.shields.io/npm/dm/@bigbinary/react-timeline-editor.svg?styl

4 lines (3 loc) 200 B
import React from 'react'; import { RowRndApi, RowRndProps } from './row_rnd_interface'; export declare const RowDnd: React.ForwardRefExoticComponent<RowRndProps & React.RefAttributes<RowRndApi>>;