UNPKG

@rc-component/portal

Version:
7 lines (6 loc) 188 B
import Portal from './Portal'; import type { PortalProps } from './Portal'; import { inlineMock } from './mock'; export type { PortalProps }; export { inlineMock }; export default Portal;