Browse Source

export types

merge-requests/1/merge
rozetko 3 years ago
parent
commit
d23d12d62c
  1. 3
      dist/index.d.ts
  2. 2
      dist/index.js
  3. 1
      src/index.ts

3
dist/index.d.ts vendored

@ -1,4 +1,4 @@
import { GaugeTimeSerie, GaugeOptions } from './types';
import { GaugeTimeSerie, GaugeOptions, Stat } from './types';
import { ChartwerkPod } from '@chartwerk/core';
export declare class ChartwerkGaugePod extends ChartwerkPod<GaugeTimeSerie, GaugeOptions> {
private _gaugeTransform;
@ -60,3 +60,4 @@ export declare const VueChartwerkGaugePodObject: {
render(): void;
};
};
export { GaugeOptions, GaugeTimeSerie, Stat };

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

1
src/index.ts

@ -179,3 +179,4 @@ export const VueChartwerkGaugePodObject = {
}
};
export { GaugeOptions, GaugeTimeSerie, Stat };

Loading…
Cancel
Save