fix(platform-browser): remove export for private symbol _WORKER_UI_PLATFORM_PROVIDERS. (#11018)
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
/** @experimental */
|
||||
export declare const _WORKER_UI_PLATFORM_PROVIDERS: Provider[];
|
||||
|
||||
/** @experimental */
|
||||
export declare abstract class AnimationDriver {
|
||||
abstract animate(element: any, startingStyles: AnimationStyles, keyframes: AnimationKeyframe[], duration: number, delay: number, easing: string): AnimationPlayer;
|
||||
|
Reference in New Issue
Block a user