diff --git a/index.d.ts b/index.d.ts index cc9a1fd13c..b30a60d361 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,5 +1,5 @@ -import type { InternalTheme } from 'src/types'; +import type { InternalTheme } from './src/types'; declare global { - export type ReactNativePaperTheme = InternalTheme; + export type ReactNativePaperTheme = {} & InternalTheme; }