UNPKG

@mxenabled/rules-engine

Version:

UI for MX's rules engine Dwight

7 lines (6 loc) 234 B
import type { HttpClient } from './types/ApiTypes'; interface RulesEngineProps { httpClient: HttpClient; } export default function RulesEngine({ httpClient }: RulesEngineProps): import("react/jsx-runtime").JSX.Element; export {};