UNPKG

react-chrono

Version:
7 lines 443 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 }; //# sourceMappingURL=timeline-popover-elements.d.ts.map