Files
video-gen/video-gen-admin/node_modules/@rc-component/portal/lib/index.d.ts
T
2026-05-25 17:08:18 +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;