UNPKG

448 BTypeScriptView Raw
1import type { FlowChartStyleOptions } from './diagrams/flowchart/styles.js';
2declare const getStyles: (type: string, userStyles: string, options: {
3 fontFamily: string;
4 fontSize: string;
5 textColor: string;
6 errorBkgColor: string;
7 errorTextColor: string;
8 lineColor: string;
9} & FlowChartStyleOptions) => string;
10export declare const addStylesForDiagram: (type: string, diagramTheme: unknown) => void;
11export default getStyles;