Files
custum-hyprpanel/lib/types/options.d.ts
2024-07-26 23:11:33 -07:00

4 lines
224 B
TypeScript

export type Unit = "imperial" | "metric";
export type PowerOptions = "sleep" | "reboot" | "logout" | "shutdown";
export type NotificationAnchor = "top" | "top right" | "top left" | "bottom" | "bottom right" | "bottom left";