UNPKG

@syncognito/maya

Version:

Maya Design System - Shared tokens and platform-specific components

6 lines 308 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; //# sourceMappingURL=index.d.ts.map