Skip to content

Commit 2d9e4aa

Browse files
committed
generate types
1 parent 95c7236 commit 2d9e4aa

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

dist/project/src/chart.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { Settings } from './settings';
2-
import Radix, type { AstroData } from './radix';
2+
import Radix from './radix';
3+
import type { AstroData } from './radix';
34
import SVG from './svg';
45
/**
56
* Displays astrology charts.

dist/project/src/transit.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { FormedAspect } from './aspect';
2-
import type { AstroData, type LocatedPoint, type Points } from './radix';
2+
import type { AstroData, LocatedPoint, Points } from './radix';
33
import type Radix from './radix';
44
import type SVG from './svg';
55
import type { Settings } from './settings';

dist/project/src/utils.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { AstroData, type LocatedPoint } from './radix';
1+
import type { AstroData, LocatedPoint } from './radix';
22
import type { Settings } from './settings';
33
/**
44
* Calculate position of the point on the circle.

dist/project/src/zodiac.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Dignity, type Settings } from './settings';
1+
import type { Dignity, Settings } from './settings';
22
/**
33
* Zodiac
44
*

0 commit comments

Comments
 (0)