websetup/ts/websetup.classes.title.ts

9 lines
168 B
TypeScript
Raw Normal View History

2020-12-08 22:31:35 +00:00
import * as plugins from './websetup.plugins';
/**
* a title proxy class
* --> to be used in the future when flashing titles is supported
*/
export class Title {
}