mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
config redirect
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { FlowChartStyleOptions } from './diagrams/flowchart/styles';
|
||||
declare const getStyles: (type: string, userStyles: string, options: {
|
||||
fontFamily: string;
|
||||
fontSize: string;
|
||||
textColor: string;
|
||||
errorBkgColor: string;
|
||||
errorTextColor: string;
|
||||
lineColor: string;
|
||||
} & FlowChartStyleOptions) => string;
|
||||
export declare const addStylesForDiagram: (type: string, diagramTheme: unknown) => void;
|
||||
export default getStyles;
|
||||
Reference in New Issue
Block a user