@zealicsolutions/web-ui 0.4.38 → 0.4.39
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,6 @@ export declare const downloadFile: (url?: string, name?: string) => Promise<void
|
|
9
9
|
export declare const navigateToExternalLink: (externalLink?: Nullable<string>) => void;
|
10
10
|
export declare const checkIsInternalLink: (link?: LinkAttributes) => boolean;
|
11
11
|
export declare const addInternalParamsToCurrentLink: (internalLink?: Nullable<string>) => string;
|
12
|
-
export declare const getHref: (link?: LinkAttributes) => string;
|
12
|
+
export declare const getHref: (link?: LinkAttributes) => string | undefined;
|
13
13
|
export declare const parseDescendantContent: (string: string) => CustomDescendant[];
|
14
14
|
export declare const matchSlateAndStateObject: (slateValue: Descendant[], stateConfig: StateConfigType) => Descendant[];
|
package/package.json
CHANGED