1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 07:11:17 +02:00

Bundled output for commit 24c8c65aa5

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2022-05-19 23:53:18 +00:00
parent 24c8c65aa5
commit 01c54b13c8
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ export interface HTMLInputSettingsComponentOptions extends CommonSettingsItemOpt
declare const BooleanSettingTypes: readonly ["bool", "checkbox", "switch", "boolean"];
declare const SelectSettingTypes: readonly ["select", "dropdown", "selectdropdown"];
declare const TextareaSettingTypes: readonly ["textarea"];
declare const ColorPreviewSettingType = "color-preview";
declare const ColorPreviewSettingType: "color-preview";
/**
* Valid options for the setting component builder to generate a Switch.
*/

File diff suppressed because one or more lines are too long