dsssp
Version:
React Library for Audio Processing and Visualization
28 lines • 722 B
TypeScript
export declare const directions: {
readonly VERTICAL: {
readonly x1: "0";
readonly y1: "0";
readonly x2: "0";
readonly y2: "1";
};
readonly HORIZONTAL: {
readonly x1: "0";
readonly y1: "0";
readonly x2: "1";
readonly y2: "0";
};
readonly DIAGONAL_TL_BR: {
readonly x1: "0";
readonly y1: "0";
readonly x2: "1";
readonly y2: "1";
};
readonly DIAGONAL_BL_TR: {
readonly x1: "0";
readonly y1: "1";
readonly x2: "1";
readonly y2: "0";
};
};
export declare const GraphGradient: () => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=GraphGradient.d.ts.map