mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-16 23:12:49 +00:00
10 lines
194 B
TypeScript
10 lines
194 B
TypeScript
export interface VisualLayoutConfig {
|
|
scale: number;
|
|
inactiveScale: number;
|
|
inactiveOpacity: number;
|
|
strokeWidth: number;
|
|
margin: number;
|
|
fontSize: number;
|
|
iconFontSize: number;
|
|
}
|