mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(typings): export DisplayWhen
This commit is contained in:
@ -6,7 +6,7 @@ import {Platform} from '../../platform/platform';
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
class DisplayWhen {
|
||||
export class DisplayWhen {
|
||||
|
||||
constructor(conditions, platform, ngZone) {
|
||||
this.isMatch = false;
|
||||
|
Reference in New Issue
Block a user