Skip to content

Commit 193ff19

Browse files
committed
npm run build (GitHub Actions)
1 parent a06da98 commit 193ff19

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 _addRemoveButtonPlugins;
35+
private _addShinyRemoveButton;
3636
}
3737
export { SelectInputBinding };
3838
export type { SelectInputReceiveMessageData };

0 commit comments

Comments
 (0)