@mtec-solutions-org/design-system
Version:
A React Native Web design system library with theme and components
7 lines • 340 B
TypeScript
export { lightTheme as theme, lightTheme, darkTheme } from "./theme";
export { default as baseTheme } from "./theme/baseTheme";
export type { Theme } from "./theme";
export * from "./components";
export { DripsyThemeProvider } from "./contexts/DripsyThemeProvider";
export { styled } from '@dripsy/core';
//# sourceMappingURL=index.d.ts.map