tissue/resources/assets/js/@types/jquery-bootstrap.d.ts
2020-06-06 16:33:49 +09:00

5 lines
195 B
TypeScript

// @types/bootstrap に足りないもの
interface JQuery<TElement = HTMLElement> {
modal(action: "toggle" | "show" | "hide" | "handleUpdate" | "dispose", relatedTarget?: TElement): this;
}