UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

7 lines (6 loc) 201 B
export declare const markdownDetails: ({ title, content, codeType, contentWrapper, }: { title: string; content: string; contentWrapper?: string | null; codeType?: string; }) => string;