websetup/ts/websetup.classes.title.ts
2020-12-08 22:31:35 +00:00

9 lines
168 B
TypeScript

import * as plugins from './websetup.plugins';
/**
* a title proxy class
* --> to be used in the future when flashing titles is supported
*/
export class Title {
}