UNPKG

@mtec-solutions-org/design-system

Version:

A React Native Web design system library with theme and components

5 lines 206 B
import type { lightTheme } from "./lightTheme"; export { lightTheme } from "./lightTheme"; export { darkTheme } from "./darkTheme"; export type Theme = typeof lightTheme; //# sourceMappingURL=index.d.ts.map