@egova/flagwind-web
Version:
flagwind web library
15 lines (14 loc) • 383 B
TypeScript
/**
* Authors:
* jason <jasonsoop@gmail.com>
*
* Licensed under the MIT License.
* Copyright (C) 2010-2017 Flagwind Inc. All rights reserved.
*/
import "./styles/index.less";
import components from "./components";
export * from "./common";
export * from "./decorators";
export * from "./components";
export * from "./annotations";
export default components;