Skip to content

Commit 320445d

Browse files
committed
npm run build (GitHub Actions)
1 parent 9968f06 commit 320445d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +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;
3536
}
3637
export { SelectInputBinding };
3738
export type { SelectInputReceiveMessageData };

0 commit comments

Comments
 (0)