Skip to content
This repository was archived by the owner on Oct 7, 2023. It is now read-only.

Commit aef8304

Browse files
committed
refactor(axis): 移除了helix单测
1 parent 1b47f0c commit aef8304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export type { SliderOptions } from './slider';
2828
export { Scrollbar } from './scrollbar';
2929
export type { ScrollbarOptions, ScrollbarCfg } from './scrollbar';
3030
// author by [Aarebecca](https://github.com/Aarebecca)
31-
export { Arc, Linear } from './axis';
31+
export { Arc, Linear, Helix } from './axis';
3232
export type {
3333
AxisBaseCfg,
3434
AxisBaseOptions,

0 commit comments

Comments
 (0)