mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 20:23:39 +09:00
first
This commit is contained in:
12
sample/dev/talk/bundle/simplebar-6.2.7/index.d.ts
vendored
Normal file
12
sample/dev/talk/bundle/simplebar-6.2.7/index.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import SimpleBarCore from 'simplebar-core';
|
||||
export default class SimpleBar extends SimpleBarCore {
|
||||
static globalObserver: MutationObserver;
|
||||
static instances: WeakMap<Node, SimpleBar>;
|
||||
constructor(...args: ConstructorParameters<typeof SimpleBarCore>);
|
||||
static initDOMLoadedElements(): void;
|
||||
static removeObserver(): void;
|
||||
initDOM(): void;
|
||||
unMount(): void;
|
||||
static initHtmlApi(): void;
|
||||
static handleMutations(mutations: MutationRecord[]): void;
|
||||
}
|
||||
Reference in New Issue
Block a user