mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-18 03:01:09 +01:00
✨ Implemented different layout sizes
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
export interface ShapeType {
|
||||
lg?: SizedShapeType;
|
||||
md?: SizedShapeType;
|
||||
sm?: SizedShapeType;
|
||||
}
|
||||
|
||||
export interface SizedShapeType {
|
||||
location: {
|
||||
x: number;
|
||||
y: number;
|
||||
|
||||
Reference in New Issue
Block a user