UNPKG

@syncognito/maya

Version:

Maya Design System - Shared tokens and platform-specific components

7 lines 392 B
export type MayaTheme = 'day' | 'evening' | 'night'; export declare const setMayaTheme: (theme: MayaTheme) => void; export declare const getMayaTheme: () => MayaTheme; export declare const detectSystemTheme: () => MayaTheme; export declare const initMayaTheme: () => void; export { mayaColors, type MayaTheme as MobileMayaTheme } from './variables.mobile'; //# sourceMappingURL=index.d.ts.map