UNPKG

188 BTypeScriptView Raw
1import Portal from './Portal';
2import type { PortalProps } from './Portal';
3import { inlineMock } from './mock';
4export type { PortalProps };
5export { inlineMock };
6export default Portal;