Skip to content

Commit

Permalink
fix: incorrect export of types (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmccall committed Apr 13, 2024
1 parent 9cb84f3 commit 484414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export const clearRequests = () => logger.clearRequests();

export { getBackHandler } from './backHandler';

export { ThemeName, Theme } from './theme';
export type { ThemeName, Theme } from './theme';

0 comments on commit 484414f

Please sign in to comment.