UNPKG

@react-querybuilder/material

Version:

Custom MUI (Material Design) components for react-querybuilder

3 lines (2 loc) 290 B
import type { Translations } from "react-querybuilder"; export declare const materialTranslations: Pick<Translations, "removeGroup" | "removeRule" | "cloneRule" | "cloneRuleGroup" | "lockGroup" | "lockRule" | "lockGroupDisabled" | "lockRuleDisabled" | "shiftActionDown" | "shiftActionUp">;