feat: add background video preset (#607)

This commit is contained in:
Wesley Luyten
2026-02-26 16:00:36 -06:00
committed by GitHub
parent 0a641e90e2
commit c2bc488366
22 changed files with 241 additions and 44 deletions
+5
View File
@@ -1 +1,6 @@
declare const __DEV__: boolean;
declare module '*.css' {
const content: string;
export default content;
}