UNPKG

@xzdarcy/react-timeline-editor

Version:

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

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>>;