UNPKG
dce-charts
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Harvard DCE's React Charting Wrapper
github.com/harvard-edtech/dce-charts
harvard-edtech/dce-charts
dce-charts
/
dist
/
cjs
/
shared
/
constants
/
presetColors
/
GreenColor.d.ts
11 lines
(10 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Green preset color * @author Gabe Abrams */
declare const GreenColor: {
r
: number;
g
: number;
b
: number; }; export default GreenColor;