BasePopper.d.ts 250 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 import { PolymorphicComponent } from "../utils/PolymorphicComponent.js"; import { PopperTypeMap } from "./BasePopper.types.js"; /** * @ignore - internal component. */ declare const Popper: PolymorphicComponent<PopperTypeMap>; export default Popper;