UNPKG

@mtec-solutions-org/design-system

Version:

A React Native Web design system library with theme and components

6 lines 165 B
export declare const THEMES: { LIGHT: string; DARK: string; }; export type Themes = (typeof THEMES)[keyof typeof THEMES]; //# sourceMappingURL=index.d.ts.map