@wixc3/board-core
Advanced tools
Comparing version 2.4.1 to 2.5.0
@@ -59,3 +59,3 @@ export type LayoutSize = number | undefined | null; | ||
export declare const defaultMerge: <T>(props: T[]) => T[]; | ||
export declare const createPlugin: <TARGET extends IGeneralMetadata<HookMap<never>> = IGeneralMetadata<HookMap<never>>>() => <PluginProps>(pluginName: string, defaultProps: Partial<PluginProps>, plugin: ReplaceParams<NonNullable<TARGET["__hooks"]>, PluginProps>, merge?: (params: PluginProps[]) => PluginProps[]) => Plugin<PluginProps, TARGET>; | ||
export declare const createPlugin: <TARGET extends IGeneralMetadata<HookMap<never>> = IGeneralMetadata<HookMap<never>>>() => <PluginProps>(pluginName: string, defaultProps: Partial<PluginProps>, plugin: ReplaceParams<NonNullable<TARGET['__hooks']>, PluginProps>, merge?: (params: PluginProps[]) => PluginProps[]) => Plugin<PluginProps, TARGET>; | ||
/** Describe entities in your project. */ | ||
@@ -62,0 +62,0 @@ export interface IGeneralMetadata<HOOKS extends HookMap = HookMap> { |
{ | ||
"name": "@wixc3/board-core", | ||
"description": "Types and helpers for component boards", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46146