Browse Source

Add custom to AssetManagerConfig. Closes #4575

pull/4591/head
Artur Arseniev 3 years ago
parent
commit
237cc28f1b
  1. 4
      index.d.ts

4
index.d.ts

@ -279,6 +279,10 @@ declare namespace grapesjs {
dropzoneContent?: string;
modalTitle?: string;
inputPlaceholder?: string;
custom?: boolean | {
open?: (props: any) => void,
close?: (props: any) => void,
};
}
interface CanvasConfig {

Loading…
Cancel
Save