UNPKG

@egjs/component

Version:

A base class utility that manages events and options in modules.

10 lines (8 loc) 231 B
/* * Copyright (c) 2015 NAVER Corp. * egjs projects are licensed under the MIT license */ import Component from "./Component"; import ComponentEvent from "./ComponentEvent"; export { ComponentEvent }; export default Component;