Skip to content

Commit

Permalink
chore: fix generated typescript output
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakeoon committed Sep 3, 2022
1 parent e541f37 commit 662542e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 662542e

Please sign in to comment.