1
0
Fork 0
react-playground/node_modules/@mui/material/esm/Popper/BasePopper.d.ts

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;