amis-rpc-design/node_modules/@rc-component/portal/es/index.d.ts

7 lines
188 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import Portal from './Portal';
import type { PortalProps } from './Portal';
import { inlineMock } from './mock';
export type { PortalProps };
export { inlineMock };
export default Portal;