Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 5a78601

Browse files
committed
fix: remove unused types
1 parent ac2e9f8 commit 5a78601

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/system/src/system.types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import {
33
SystemProps,
44
ResponsiveValue,
55
StyleProps,
6-
ThemeTypings,
7-
ThemingProps,
86
} from "@chakra-ui/styled-system"
97
import { IntrinsicElementAttributes } from "./dom.types"
108

@@ -121,5 +119,3 @@ declare global {
121119
ChakraProps {}
122120
}
123121
}
124-
125-
export { ThemeTypings, ThemingProps }

0 commit comments

Comments
 (0)