@stencila/thema
Version:
Themes for executable documents
19 lines (18 loc) • 360 B
TypeScript
/**
* Map of available theme names
*/
export declare const themes: {
bootstrap: 'bootstrap';
elife: 'elife';
f1000: 'f1000';
galleria: 'galleria';
giga: 'giga';
latex: 'latex';
nature: 'nature';
plos: 'plos';
rpng: 'rpng';
skeleton: 'skeleton';
stencila: 'stencila';
tufte: 'tufte';
wilmore: 'wilmore';
};