File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ export { generateStyleKey } from "./utils/styleKey";
1515export type { StyleObject } from "./types/core" ;
1616export type { NativeStyle , TwStyle } from "./types/runtime" ;
1717
18+ // Re-export colors
19+ export { TAILWIND_COLORS } from "./config/tailwind" ;
20+
1821// Re-export individual parsers for advanced usage
1922export {
2023 parseAspectRatio ,
@@ -39,8 +42,4 @@ export { SPACING_SCALE } from "./parser/spacing";
3942export { FONT_SIZES , LETTER_SPACING_SCALE } from "./parser/typography" ;
4043
4144// Re-export enhanced components with modifier support
42- export { Pressable } from "./components/Pressable" ;
43- export type { PressableProps } from "./components/Pressable" ;
44- export { TextInput } from "./components/TextInput" ;
45- export type { TextInputProps } from "./components/TextInput" ;
46- export { TAILWIND_COLORS } from "./config/tailwind" ;
45+ export * from "./components" ;
You can’t perform that action at this time.
0 commit comments