minishouyin/node_modules/@rc-component/portal/es/index.d.ts

7 lines
188 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import Portal from './Portal';
import type { PortalProps } from './Portal';
import { inlineMock } from './mock';
export type { PortalProps };
export { inlineMock };
export default Portal;