瀏覽代碼

dashboard: add `theme` option to typescript typings.

Renée Kooi 5 年之前
父節點
當前提交
9247c4e024
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/@uppy/dashboard/types/index.d.ts

+ 1 - 0
packages/@uppy/dashboard/types/index.d.ts

@@ -44,6 +44,7 @@ declare module Dashboard {
     showSelectedFiles?: boolean
     replaceTargetContent?: boolean
     target?: Uppy.PluginTarget
+    theme?: 'auto' | 'dark' | 'light'
     thumbnailWidth?: number
     trigger?: string
     width?: string | number