mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix/cleanup.
This commit is contained in:
parent
333cc53797
commit
6e3b575fa5
3 changed files with 5 additions and 14 deletions
|
@ -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
|
||||
| ((
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue