Files
t/ts/slcard.ts

7 lines
126 B
TypeScript
Raw Permalink Normal View History

2024-12-22 10:23:37 -08:00
import { SLElem } from "./slelem";
export class SLCard extends SLElem {
constructor() {
super("sl-card");
}
}