import type { ISlottableProps } from '../../../Behaviors/Slottable'; import type { IOverlayElementProps } from '../../Overlays/Abstracts/OverlayElement'; /** * Represents the `IPortalProjectionElementProps` interface. * * @public */ export interface IPortalProjectionElementProps extends IOverlayElementProps, ISlottableProps { } //# sourceMappingURL=IPortalProjectionElementProps.d.ts.map