websetup/ts/websetup.classes.title.ts

8 lines
170 B
TypeScript
Raw Normal View History

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