UNPKG

woltlab-compiler

Version:

A compiler for WoltLab-Package Archives and WoltLab-Package Components

14 lines (13 loc) 450 B
import { ThemeInstruction } from "../../../PackageSystem/Instructions/Customization/Presentation/ThemeInstruction"; /** * Represents a set of theme-instructions. */ export declare class ThemeInstructionCollection extends Array<ThemeInstruction> { /** * Initializes a new instance of the `ThemeInstructionCollection` class. * * @param path * The path to look for themes. */ constructor(path: string); }