Skip to content

Commit

Permalink
chore: ae up
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jul 1, 2024
1 parent eb64181 commit ecd5599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build/api/react-repeater-dnd-kit.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import { Active } from '@dnd-kit/core';
import { ClientRect as ClientRect_2 } from '@dnd-kit/core';
import { Context } from 'react';
import { DndContextProps } from '@dnd-kit/core';
import { DraggableAttributes } from '@dnd-kit/core';
import { EntityAccessor } from '@contember/react-binding';
import { JSX as JSX_2 } from 'react/jsx-runtime';
Expand All @@ -25,9 +26,9 @@ import { UniqueIdentifier } from '@dnd-kit/core';
export const RepeaterActiveEntityContext: Context<EntityAccessor | undefined>;

// @public (undocumented)
export const RepeaterSortable: ({ children }: {
export const RepeaterSortable: ({ children, onDragStart, onDragEnd: onDragEndIn, onDragCancel: onDragCancelIn, ...props }: {
children: ReactNode;
}) => JSX_2.Element;
} & DndContextProps) => JSX_2.Element;

// @public (undocumented)
export const RepeaterSortableDragOverlay: ({ children }: {
Expand Down
2 changes: 1 addition & 1 deletion build/api/react-ui-lib.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ export interface EditorCanvasProps<P extends HTMLTextAreaDivTargetProps> {
}

// @public (undocumented)
export const EditorEditableCanvas: ({ className, ...editableProps }: EditorEditableCanvasProps) => JSX_2.Element;
export const EditorEditableCanvas: (editableProps: EditorEditableCanvasProps) => JSX_2.Element;

// Warning: (ae-forgotten-export) The symbol "EditableProps" needs to be exported by the entry point index.d.ts
//
Expand Down

0 comments on commit ecd5599

Please sign in to comment.