UNPKG

survey-creator-core

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

11 lines (10 loc) 325 B
export declare class DescriptionMardownParser { private static boldRegEx; private static italicRegEx; private static codeRegEx; private static linkRegEx; parse(text: string): string; private replace; private addLineBreaks; } export declare function parsePropertyDescription(text: string): string;