UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

15 lines (14 loc) 398 B
import { ThemeOptions } from '@mui/material/styles'; import type Shadows from '@mui/material/styles/shadows'; export declare const colors: { primary: string; vivid: string; vivid2: string; accent: string; text: string; badge1: string; success: string; error: string; }; export declare const shadows: typeof Shadows; export declare const commonOptions: ThemeOptions;