UNPKG

@manuth/generator-wsc-package

Version:

A Generator for WoltLab Suite Core Packages.

11 lines (10 loc) 291 B
import { IWoltLabComponentOptions } from "./IWoltLabComponentOptions.js"; /** * Provides options for the components. */ export interface IWoltLabComponentOptionCollection { /** * Provides generic component-options. */ [componentName: string]: IWoltLabComponentOptions; }