Blame view

天文台pc/tianwentai-ui/node_modules/@mui/material/Popper/BasePopper.d.ts 250 Bytes
bc518174   王天杨   提交两个项目文件
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;