UNPKG

@finagraph/strongbox-finconnect-react

Version:

React components to integrate with Finagraph Strongbox

4 lines (3 loc) 184 B
import { Theme } from '@mui/material/styles'; export declare function CreateStdTheme(): Theme; export declare function CreateCustomTheme(primary: string, secondary: string): Theme;