Skip to content

Commit 622896c

Browse files
committed
fix: 导出路径更新
1 parent 34a31ac commit 622896c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/packages/elevator/index.taro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { Elevator } from './elevator.taro'
22

3-
export type { ElevatorProps } from './elevator.taro'
3+
export type { TaroElevatorProps as EllipsisProps } from '@/types'
44
export default Elevator

src/packages/elevator/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { Elevator } from './elevator'
22

3-
export type { ElevatorProps } from './elevator'
3+
export type { WebElevatorProps as EllipsisProps } from '@/types'
44
export default Elevator

0 commit comments

Comments
 (0)