UNPKG
vega-themes
Version:
canary (2.12.1--canary.402.305039f.0)
latest (3.0.0)
next (3.0.0-alpha.3)
3.0.0
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
2.15.0
2.14.0
2.13.0
2.13.0-next.0
2.12.1
2.12.1--canary.402.305039f.0
2.12.0
2.10.1--canary.399.5c87997.0
2.10.1--canary.337.86557bf.0
2.10.1--canary.327.aea56da.0
2.10.1--canary.325.ca4a56e.0
2.10.0
2.9.1
2.9.0
2.8.5
2.8.4
2.8.3
2.8.2
2.7.1
2.6.1
2.6.0
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.1.0
Themes for stylized Vega and Vega-Lite visualizations.
github.com/vega/vega-themes
vega/vega-themes
vega-themes
/
build
/
carbongen.d.ts
7 lines
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Config
}
from
'./config.js'
;
declare
function
genCarbonConfig
(
{ theme, background }: { theme:
'white'
|
'g10'
|
'g90'
|
'g100'
; background:
string
; }
):
Config
;
export
default
genCarbonConfig;
//# sourceMappingURL=carbongen.d.ts.map