UNPKG

@kontent-ai/smart-link

Version:

Kontent.ai Smart Link SDK allowing to automatically inject [smart links](https://docs.kontent.ai/tutorials/develop-apps/build-strong-foundation/set-up-editing-from-preview#a-using-smart-links) to Kontent.ai according to manually specified [HTML data attri

14 lines (13 loc) 431 B
export declare class AssertionError extends Error { constructor(message: string); } export declare class NotImplementedError extends Error { constructor(message: string); } export declare class InvalidEnvironmentError extends Error { constructor(message: string); } export declare class NotInitializedError extends Error { constructor(message: string); } export declare function throwError(message: string): never;