@v4fire/client
Version:
V4Fire client core library
28 lines (21 loc) • 482 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-async-render/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 bDummyAsyncRender extends iData {
}