UNPKG

@novin-dev/formalite

Version:

Generate MUI form with few line of code

65 lines (64 loc) 1.76 kB
import { Theme } from "../components/base/model"; export declare const light: { colors: { board: { listDraggingBg: string; listBorderColor: string; listBorderHoverColor: string; textColor: string; buttonBg: string; buttonHoverBg: string; scrollbarBg: string; scrollThumbBG: string; cardBg: string; inputBg: string; }; }; shadow: { elevationSmall: string; elevationMedium: string; elevationMediumHover: string; }; }; export declare const dark: { colors: { board: { listDraggingBg: string; listBorderColor: string; listBorderHoverColor: string; textColor: string; buttonBg: string; buttonHoverBg: string; scrollbarBg: string; scrollThumbBG: string; cardBg: string; inputBg: string; }; }; shadow: { elevationSmall: string; elevationMedium: string; elevationMediumHover: string; }; }; export declare const getTheme: (mode: Theme) => { colors: { board: { listDraggingBg: string; listBorderColor: string; listBorderHoverColor: string; textColor: string; buttonBg: string; buttonHoverBg: string; scrollbarBg: string; scrollThumbBG: string; cardBg: string; inputBg: string; }; }; shadow: { elevationSmall: string; elevationMedium: string; elevationMediumHover: string; }; };