UNPKG

@manuth/generator-wsc-package

Version:

A Generator for WoltLab Suite Core Packages.

10 lines (9 loc) 185 B
/** * Represents an option of a woltlab-component. */ export declare enum WoltLabComponentSettingKey { /** * Indicates the path of the component. */ Path = "path" }