We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fad9b0 commit ddcff65Copy full SHA for ddcff65
packages/react/src/index.ts
@@ -9,11 +9,7 @@ export { Text } from './components/Text'
9
export { ThemeScript } from './components/ThemeScript'
10
export { VStack } from './components/VStack'
11
export { useTheme } from './hooks/use-theme'
12
-export type {
13
- DevupComponentBaseProps,
14
- DevupComponentProps,
15
- DevupProps,
16
-} from './types/props'
+export type { DevupProps } from './types/props'
17
export type { DevupTheme, DevupThemeColors } from './types/theme'
18
export type {
19
DevupThemeTypography,
0 commit comments