@mtec-solutions-org/design-system
Version:
A React Native Web design system library with theme and components
10 lines (9 loc) • 388 B
JavaScript
// Theme exports
export { lightTheme as theme, lightTheme, darkTheme } from "./theme";
export { default as baseTheme } from "./theme/baseTheme";
// Component exports - Atoms
export * from "./components";
// Dripsy provider for easy setup
export { DripsyThemeProvider } from "./contexts/DripsyThemeProvider";
// Re-export dripsy styled for consumers
export { styled } from '@dripsy/core';