@v4fire/client
Version:
V4Fire client core library
28 lines (21 loc) • 495 B
text/typescript
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
/**
* [[include:dummies/b-dummy-module-loader/b-dummy-module2/README.md]]
* @packageDocumentation
*/
import iData, { component } from 'super/i-data/i-data';
export * from 'super/i-data/i-data';
@component({
functional: {
functional: true,
dataProvider: undefined
}
})
export default class bDummyModule2 extends iData {
}