Skip to content

Commit

Permalink
chore: export gosling theme directly from gosling.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed Nov 23, 2023
1 parent 8e0097b commit a76b064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type { GoslingSpec, TemplateTrackDef } from '@gosling-lang/gosling-schema
export type { HiGlassSpec } from '@gosling-lang/higlass-schema';
export { GoslingTemplates } from './core/utils/template';
export type { Theme } from './core/utils/theme';
export { Themes, isThereTheme, getTheme } from '@gosling-lang/gosling-theme';

export { init } from './core/init';
export { compile } from './compiler/compile';
Expand Down

0 comments on commit a76b064

Please sign in to comment.