UNPKG

@finagraph/strongbox-finconnect-react

Version:

React components to integrate with Finagraph Strongbox

13 lines (12 loc) 406 B
import { ThemeStyleMap } from './Theme'; export type ThemePalette = { windowBackground?: string; borrowerInteractionBackground?: string; controlBackground?: string; controlForeground?: string; progressBarForeground?: string; modalBackground?: string; modalText?: string; modalTitle?: string; }; export declare const defaultControlPaletteStyleMap: ThemeStyleMap;