UNPKG

tdesign-vue-next

Version:
4 lines (3 loc) 277 B
import type { ComponentLogMap, Platform } from './types'; export declare const LOG_TYPES: readonly ["🚨 Breaking Changes", "🚀 Features", "🐞 Bug Fixes"]; export default function generateChangelogJson(changelogPath: string, platform: Platform): Promise<ComponentLogMap>;