index.d.ts 188 B

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