mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(linting): fix validate issues
fix validate issues
This commit is contained in:
@@ -101,9 +101,9 @@ export function isNav(nav: any): boolean {
|
||||
return !!nav && !!nav.push;
|
||||
}
|
||||
|
||||
export function DeepLink(config: DeepLinkMetadataType) {
|
||||
return function(cls: any) {
|
||||
return cls;
|
||||
export function DeepLink(config?: DeepLinkMetadataType): ClassDecorator {
|
||||
return function(clazz: any) {
|
||||
return clazz;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user