Skip to content

Commit

Permalink
fix(types): add missing type keyword for type export from index.d.ts (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored and jorenbroekema committed Jun 28, 2024
1 parent dd03956 commit beee59d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tough-grapes-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'style-dictionary': patch
---

fix(types): add missing type keyword for type export from index.d.ts
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 beee59d

Please sign in to comment.