Skip to content

Commit

Permalink
chore: ae up
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jun 4, 2024
1 parent c0a588d commit 32c374c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/api/react-dataview.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,13 @@ export interface DataViewDateFilterProps {
}

// @public (undocumented)
export const DataViewDateFilterResetTrigger: ({ name, ...props }: DataViewDateFilterResetTriggerProps) => JSX_2.Element | null;
export const DataViewDateFilterResetTrigger: ({ name, type, ...props }: DataViewDateFilterResetTriggerProps) => JSX_2.Element | null;

// @public (undocumented)
export type DataViewDateFilterResetTriggerProps = {
name?: string;
children: ReactElement;
type?: 'start' | 'end';
};

// @internal (undocumented)
Expand Down

0 comments on commit 32c374c

Please sign in to comment.