mirror of
https://github.com/wassname/template.git
synced 2026-07-07 04:31:26 +08:00
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
export class Title extends HTMLElement {
|
|
static get is() { return 'd-title'; }
|
|
}
|