n8n-nodes-base
Version:
Base nodes of n8n
7 lines • 357 B
TypeScript
import type { INodePropertyOptions } from 'n8n-workflow';
export declare const CHART_TYPE_OPTIONS: INodePropertyOptions[];
export declare const HORIZONTAL_CHARTS: string[];
export declare const ITEM_STYLE_CHARTS: string[];
export declare const Fill_CHARTS: string[];
export declare const POINT_STYLE_CHARTS: string[];
//# sourceMappingURL=constants.d.ts.map