mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +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';
|
|
}
|