UNPKG

press-tdesign-vue-next

Version:
9 lines (8 loc) 178 B
export type StackblitzProps = { fileList: Array<{ name: string; content: string; }>; depsVersion?: Record<string, string>; actionUrl?: string; };