builder-settings-types 0.0.79 → 0.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -444,7 +444,6 @@ export declare class UploadSetting extends Setting<string, UploadSettingProps> {
|
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
export declare interface UploadSettingProps extends SettingProps<string> {
|
|
447
|
-
/** Placeholder or initial URL to display in preview if no file is uploaded yet. */
|
|
448
447
|
defaultUrl?: string;
|
|
449
448
|
uploadUrl?: string;
|
|
450
449
|
requestMethod?: string;
|
package/package.json
CHANGED