We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run build
1 parent 9968f06 commit 320445dCopy full SHA for 320445d
srcts/types/src/bindings/input/selectInput.d.ts
@@ -32,6 +32,7 @@ declare class SelectInputBinding extends InputBinding {
32
unsubscribe(el: HTMLElement): void;
33
initialize(el: SelectHTMLElement): void;
34
protected _selectize(el: SelectHTMLElement, update?: boolean): SelectizeInfo | undefined;
35
+ private _supplyDefaultPlugins;
36
}
37
export { SelectInputBinding };
38
export type { SelectInputReceiveMessageData };
0 commit comments