Fix/cleanup.

This commit is contained in:
Daniel J. Geiger 2023-01-06 16:55:31 -06:00
parent 333cc53797
commit 6e3b575fa5
3 changed files with 5 additions and 14 deletions

View file

@ -154,13 +154,6 @@ export interface Action {
appState: AppState,
elements: readonly ExcalidrawElement[],
) => boolean;
customPredicate?: (
elements: readonly ExcalidrawElement[],
appState: AppState,
appProps: ExcalidrawProps,
app: AppClassProperties,
data?: Record<string, any>,
) => boolean;
contextItemLabel?:
| string
| ((