mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00

* chore(tslint): fix tslint config & errors * chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
import { Page } from "tns-core-modules/ui/page";
|
|
|
|
export class InheritedPage extends Page {
|
|
}
|