mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
export class CameraEditorTabs
|
|
{
|
|
public static readonly COLORMATRIX: string = 'colormatrix';
|
|
public static readonly COMPOSITE: string = 'composite';
|
|
}
|