@zealicsolutions/web-ui 0.3.161 → 0.3.163
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,4 +11,4 @@ export declare const checkIsInternalLink: (link?: LinkAttributes) => boolean;
|
|
11
11
|
export declare const addInternalParamsToCurrentLink: (internalLink?: Nullable<string>) => string;
|
12
12
|
export declare const getHref: (link?: LinkAttributes) => string;
|
13
13
|
export declare const parseDescendantContent: (string: string) => CustomDescendant[];
|
14
|
-
export declare const matchSlateAndStateObject: (slateValue: Descendant[], stateConfig: StateConfigType) => Descendant[]
|
14
|
+
export declare const matchSlateAndStateObject: (slateValue: Descendant[], stateConfig: StateConfigType) => Descendant[];
|