minishouyin/node_modules/@rc-component/portal/es/index.d.ts
2025-11-12 11:35:57 +08:00

7 lines
188 B
TypeScript

import Portal from './Portal';
import type { PortalProps } from './Portal';
import { inlineMock } from './mock';
export type { PortalProps };
export { inlineMock };
export default Portal;