UNPKG

@manuth/woltlab-compiler

Version:

A compiler for generating WoltLab-Package `.tar` Archives and other WoltLab-Package Components

12 lines (11 loc) 440 B
import { IThemeLoaderOptions } from "../../../../Customization/Presentation/Themes/IThemeLoaderOptions.js"; import { IInstructionOptions } from "../../IInstructionOptions.js"; /** * Provides options for the {@link ThemeInstruction `ThemeInstruction`} class. */ export interface IThemeInstructionOptions extends Partial<IInstructionOptions> { /** * The theme provided by the instruction. */ Theme: IThemeLoaderOptions; }