feat: base implementation of panel preview
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export type SlideDirection = "next" | "prev";
|
||||
|
||||
export type TextAlign = "left" | "center" | "right";
|
||||
|
||||
export type HexColor = `#${string}`;
|
||||
Reference in New Issue
Block a user