unlayer-types 1.475.0 → 1.476.0
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/embed.d.ts +0 -1
- package/package.json +1 -1
package/embed.d.ts
CHANGED
|
@@ -3186,7 +3186,6 @@ declare module "packages/editor/src/engine/config/tools" {
|
|
|
3186
3186
|
export function getInitialValuesFromOptionGroup(optionGroup: {
|
|
3187
3187
|
options?: OptionConfigMap;
|
|
3188
3188
|
} | undefined): Record<string, unknown>;
|
|
3189
|
-
export function loadTools(newTools: ToolConfigMap): void;
|
|
3190
3189
|
export function overrideTools(newOverrideTools: Record<string, ToolOverride>): void;
|
|
3191
3190
|
export function getOverrideToolById(id: string): {
|
|
3192
3191
|
id?: string;
|
package/package.json
CHANGED