Browse Source

Up SelectorManager ts

pull/4746/head
Artur Arseniev 4 years ago
parent
commit
65a8e5c3fa
  1. 4
      index.d.ts

4
index.d.ts

@ -4249,6 +4249,10 @@ declare namespace grapesjs {
* Get all selectors * Get all selectors
*/ */
getAll(): any; getAll(): any;
select(value: any): any;
getSelectedAll(): Selector[];
} }
interface SelectorOptions { interface SelectorOptions {

Loading…
Cancel
Save