finform-react-builder
Version:
A powerful, flexible React form builder with dynamic field rendering, custom validation, multi-step forms, Material-UI integration, image component support, toggle/radio buttons, switches, autocomplete, and advanced button positioning
17 lines (16 loc) • 730 B
TypeScript
/**
* Default brand primary when finflow-frontend resolves `getCompanyTheme("finflow")` —
* `THEMES.finflow` is undefined, so it falls back to DEFAULT_TOKENS.
* @see finflow-frontend/src/shared/theme/companyThemes.ts
*/
export declare const FINFLOW_FRONTEND_DEFAULT_PRIMARY = "#244061";
/**
* Light-mode MUI theme aligned with finflow-frontend’s default `ThemeProvider` + Redux
* initial state (`themeSlice` + `companyThemes` fallback), so finform `npm run dev`
* matches the app for visual QA.
*
* Not used by the published library — demo / dev only.
*
* @see finflow-frontend/src/components/common/ThemeProvider.tsx
*/
export declare function createFinflowFrontendMirrorTheme(): import('@mui/material').Theme;