@egova/flagwind-web
Version:
flagwind web library
18 lines (17 loc) • 376 B
TypeScript
/*!
* 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 {
}