PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
booking / vendors / simplebar / dist / index.d.ts

index.d.ts in Booking Calendar 11.8.4, at vendors/simplebar/dist/index.d.ts

13 lines 479 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import SimpleBarCore from 'simplebar-core';
2 export default class SimpleBar extends SimpleBarCore {
3 static globalObserver: MutationObserver;
4 static instances: WeakMap<Node, SimpleBar>;
5 constructor(...args: ConstructorParameters<typeof SimpleBarCore>);
6 static initDOMLoadedElements(): void;
7 static removeObserver(): void;
8 initDOM(): void;
9 unMount(): void;
10 static initHtmlApi(): void;
11 static handleMutations(mutations: MutationRecord[]): void;
12 }
13