4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
|
|
import type { FlowChartStyleOptions } from '../flowchart/styles.js';
|
||
|
|
declare const getStyles: (options: FlowChartStyleOptions) => string;
|
||
|
|
export default getStyles;
|