/** * Represents the `IPortalElementProps` interface. * * @public */ export interface IPortalElementProps { destination: string | Element; adoptedStyles?: Array; } //# sourceMappingURL=IPortalElementProps.d.ts.map