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

10 lines (9 loc) 387 B
import React from 'react'; import "./hover_ghost.less"; import { TimelineRow } from '@/interface/action'; export type HoverGhostProps = { styles?: React.CSSProperties; getGhostRender?: (row: TimelineRow) => React.ReactNode; row: TimelineRow; }; export declare const HoverGhost: React.ForwardRefExoticComponent<HoverGhostProps & React.RefAttributes<HTMLDivElement>>;