Skip to content

Commit

Permalink
[docs][pigment-css] Fixing location of the ExtendTheme type in the do…
Browse files Browse the repository at this point in the history
…cs (#41499)
  • Loading branch information
jherr authored Mar 15, 2024
1 parent 5c956ba commit f4f337c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pigment-css-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ To get the type checking for the theme, you need to augment the theme type:

```ts
// any file that is included in your tsconfig.json
import type { ExtendTheme } from '@pigment-css/react';
import type { ExtendTheme } from '@pigment-css/react/theme';

declare module '@pigment-css/react/theme' {
interface ThemeTokens {
Expand Down

0 comments on commit f4f337c

Please sign in to comment.