UNPKG

@egova/flagwind-web

Version:
18 lines (17 loc) 376 B
/*! * This file is part of `common` module. * * Authors: * jason <jasonsoop@gmail.com> * * Licensed under the MIT License. * Copyright (C) 2010-2017 Flagwind Inc. All rights reserved. */ import { Component } from "./component"; /** * 定义视图的基础功能。 * @class * @version 1.0.0 */ export declare class View extends Component { }