From 6fc09dbd639ba08a8edc48e6ec9c8680f48ddfe9 Mon Sep 17 00:00:00 2001 From: Johan Nilsson Date: Wed, 9 Oct 2024 20:39:54 +0200 Subject: [PATCH] [example] Fix type import for ExtendTheme --- examples/pigment-css-nextjs-ts/src/augment.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/pigment-css-nextjs-ts/src/augment.d.ts b/examples/pigment-css-nextjs-ts/src/augment.d.ts index d10b46e0..f4b2cbcc 100644 --- a/examples/pigment-css-nextjs-ts/src/augment.d.ts +++ b/examples/pigment-css-nextjs-ts/src/augment.d.ts @@ -1,5 +1,4 @@ -import type {} from '@pigment-css/react/theme'; -import type { ExtendTheme } from '@pigment-css/react'; +import type { ExtendTheme } from '@pigment-css/react/theme'; declare module '@pigment-css/react/theme' { export interface ThemeArgs {