@selldone/sdk-storefront
Version:
A TypeScript SDK to connect to your shop and build a fully functional storefront and website by simply developing a frontend web application. All backend operations are seamlessly managed by the serverless Selldone solution.
6 lines (5 loc) • 454 B
TypeScript
export declare function SmartConvertTextToHtml(message: any, remove_links?: boolean, compile_markdown?: boolean, ALLOW_TAGS?: null): any;
export declare function SmartConvertTextToHtmlHashtags(message: any, remove_links?: boolean, compile_markdown?: boolean, hashtag_base_url?: string): any;
export declare function StripTags(_html: any): any;
export declare function CompileMarkdown(message: any): any;
export declare const FORM_BUILDER_TAGS: string[];