mirror of
https://github.com/alexta69/metube.git
synced 2026-03-19 06:53:51 +00:00
7 lines
156 B
TypeScript
7 lines
156 B
TypeScript
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
|
|
export interface Theme {
|
|
id: string;
|
|
displayName: string;
|
|
icon: IconDefinition;
|
|
} |