Skip to content

Commit 46642be

Browse files
committed
npm run build (GitHub Actions)
1 parent 5f31f11 commit 46642be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srcts/types/src/bindings/input/selectInput.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ declare class SelectInputBinding extends InputBinding {
3232
unsubscribe(el: HTMLElement): void;
3333
initialize(el: SelectHTMLElement): void;
3434
protected _selectize(el: SelectHTMLElement, update?: boolean): SelectizeInfo | undefined;
35-
private _supplyDefaultPlugins;
35+
private _addRemoveButtonPlugins;
3636
}
3737
export { SelectInputBinding };
3838
export type { SelectInputReceiveMessageData };

0 commit comments

Comments
 (0)