Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Added missing type keyword
  • Loading branch information
lukasoppermann authored Mar 27, 2024
1 parent 3537e8d commit c6b1263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type { Action } from './Action.d.ts';

export { PlatformConfig, Config, LocalOptions, LogConfig } from './Config.d.ts';
export type { PlatformConfig, Config, LocalOptions, LogConfig } from './Config.d.ts';

export type {
DesignToken,
Expand Down

0 comments on commit c6b1263

Please sign in to comment.