소스 검색

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