@egova/flagwind-web
Version:
flagwind web library
14 lines (13 loc) • 343 B
TypeScript
/*!
* This file is part of `components` module.
*
* Authors:
* jason <jasonsoop@gmail.com>
*
* Licensed under the MIT License.
* Copyright (C) 2010-2017 Flagwind Inc. All rights reserved.
*/
import NumberCounter from "./number-counter";
export { NumberCounter };
declare const _default: any;
export default _default;