import type { Tooltip } from "bootstrap";

export type TooltipOptions = Tooltip.Options;
