UNPKG

react-querybuilder

Version:

React Query Builder component for constructing queries and filters, with utilities for executing them in various database and evaluation contexts

9 lines (8 loc) 416 B
import * as React from "react"; import type { InlineCombinatorProps } from "../types"; /** * Default `inlineCombinator` component used by {@link QueryBuilder}. A small `<div>` * wrapper around the `combinatorSelector` component, used when either * `showCombinatorsBetweenRules` or `independentCombinators` are `true`. */ export declare const InlineCombinator: (allProps: InlineCombinatorProps) => React.JSX.Element;