@adyen/lume
Version:
Lume is a Vue data visualization component library, built with Typescript and D3.
37 lines • 911 B
TypeScript
export declare const COLOR_CLASS_MAP: {
Yellow: string;
Green: string;
Turquoise: string;
Blue: string;
Navy: string;
Gray: string;
Orange: string;
Teal: string;
Red: string;
};
/**
* Provides knob properties to control a chart container size.
*/
export declare const withSizeArgTypes: () => {
width: {
control: {
type: string;
step: number;
};
description: string;
};
height: {
control: {
type: string;
step: number;
};
description: string;
};
};
export declare const withSizeArgs: (defaultWidth?: number, defaultHeight?: number) => {
width: number;
height: number;
};
export declare const captureAction: (key: string) => (...args: any[]) => void;
export declare const actionEventHandlerTemplate: string;
//# sourceMappingURL=storybook-helpers.d.ts.map