Skip to content

Commit

Permalink
rollback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hakwookim committed Jul 8, 2023
1 parent 28c8fdd commit 92b2b1e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/

import { Type } from '@angular/core';
import { OutletPosition } from '../../../cms-structure/outlet/outlet.model';

export interface LaunchConfig {
Expand All @@ -21,7 +20,7 @@ export type LaunchOptions =
* Parent type for configurations that render components
*/
export interface LaunchDialog {
component: Type<any>;
component: any;
/**
* Can the element be rendered multiple times
*/
Expand Down

0 comments on commit 92b2b1e

Please sign in to comment.