feat(upgrade): support multi-slot projection in upgrade/static (#14282)
Closes #14261
This commit is contained in:

committed by
Chuck Jazdzewski

parent
ab40fcb068
commit
914797a8ff
@ -3,6 +3,7 @@ export declare function downgradeComponent(info: {
|
||||
component: Type<any>;
|
||||
inputs?: string[];
|
||||
outputs?: string[];
|
||||
selectors?: string[];
|
||||
}): any;
|
||||
|
||||
/** @experimental */
|
||||
|
Reference in New Issue
Block a user