export type StackblitzProps = { fileList: Array<{ name: string; content: string; }>; depsVersion?: Record; actionUrl?: string; };