Files
2026-06-13 17:36:44 -07:00

14 lines
287 B
TypeScript

export declare const presetsObj: {
apartment: string;
city: string;
dawn: string;
forest: string;
lobby: string;
night: string;
park: string;
studio: string;
sunset: string;
warehouse: string;
};
export type PresetsType = keyof typeof presetsObj;