Files
2026-01-16 01:51:36 +00: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;