UNPKG

@react-querybuilder/chakra

Version:

Custom Chakra UI components for react-querybuilder

7 lines (6 loc) 308 B
import * as React from "react"; import type { ShiftActionsProps } from "react-querybuilder"; /** * @group Components */ export declare const ChakraShiftActions: ({ shiftUp, shiftDown, shiftUpDisabled, shiftDownDisabled, disabled, className, labels, titles, testID }: ShiftActionsProps) => React.JSX.Element;