Skip to content

Commit

Permalink
update FilterBarButton after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
juliawegmayr committed Jan 29, 2024
1 parent c015304 commit 562a3ba
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { FilterBarActiveFilterBadge, FilterBarActiveFilterBadgeProps } from "../
/**
* @deprecated Use MUI X Data Grid in combination with `useDataGridRemote` instead.
*/

export type FilterBarButtonClassKey = "root" | "open" | "hasDirtyFields" | "filterBadge";

type OwnerState = { hasDirtyFields: boolean; openPopover: boolean | undefined };
Expand Down Expand Up @@ -74,6 +73,9 @@ const FilterBadge = styled("span", {
`,
);

/**
* @deprecated Use MUI X Data Grid in combination with `useDataGridRemote` instead.
*/
export interface FilterBarButtonProps extends ThemedComponentBaseProps<{ root: typeof Button; filterBadge: "span" }>, ButtonProps {
dirtyFieldsBadge?: React.ComponentType<FilterBarActiveFilterBadgeProps>;
numberDirtyFields?: number;
Expand Down

0 comments on commit 562a3ba

Please sign in to comment.