feat: base implementation of panel preview

This commit is contained in:
2026-02-06 12:55:48 +05:00
parent 070b49cbad
commit 571fd9bf25
10 changed files with 184 additions and 140 deletions
@@ -1,3 +1,5 @@
export type SlideDirection = "next" | "prev";
export type TextAlign = "left" | "center" | "right";
export type HexColor = `#${string}`;