UNPKG

@mxenabled/rules-engine

Version:

UI for MX's rules engine Dwight

10 lines (9 loc) 276 B
import React from 'react'; type NavigationControlsProps = { activeStep: number; handleBack: () => void; handleNext: () => void; handleReset: () => void; }; declare const NavigationControls: React.FC<NavigationControlsProps>; export default NavigationControls;