UNPKG

react-chrono

Version:
7 lines (6 loc) 388 B
import { FunctionComponent } from 'react'; import { ChangeDensityProp, LayoutSwitcherProp, QuickJumpProp } from './timeline-popover.model'; declare const LayoutSwitcher: FunctionComponent<LayoutSwitcherProp>; declare const QuickJump: FunctionComponent<QuickJumpProp>; declare const ChangeDensity: FunctionComponent<ChangeDensityProp>; export { ChangeDensity, LayoutSwitcher, QuickJump };