Skip to content

Commit e306b6e

Browse files
committed
vizzu.d.ts: preset.d.ts import fixed.
1 parent 73cc4d1 commit e306b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/weblib/js-api/vizzu.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ export default class Vizzu {
772772
/** Enable/disable additional features. */
773773
feature(name: Feature, enabled: boolean): void;
774774
/** Returns the chart preset collection. */
775-
static get presets(): import('preset').Preset;
775+
static get presets(): import('./presets').Preset;
776776
/** Setter method for Library options. */
777777
static options(options: Lib.Options): void;
778778
}

0 commit comments

Comments
 (0)