7 lines
No EOL
250 B
TypeScript
7 lines
No EOL
250 B
TypeScript
import { PolymorphicComponent } from "../utils/PolymorphicComponent.js";
|
|
import { PopperTypeMap } from "./BasePopper.types.js";
|
|
/**
|
|
* @ignore - internal component.
|
|
*/
|
|
declare const Popper: PolymorphicComponent<PopperTypeMap>;
|
|
export default Popper; |