mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 15:40:52 +00:00
fix(TextEllipsis): fix missing param for toggle (#12483)
This commit is contained in:
@@ -2,7 +2,7 @@ import type { ComponentPublicInstance } from 'vue';
|
||||
import type { TextEllipsisProps } from './TextEllipsis';
|
||||
|
||||
export type TextEllipsisExpose = {
|
||||
toggle: () => void;
|
||||
toggle: (expanded?: boolean) => void;
|
||||
};
|
||||
|
||||
export type TextEllipsisInstance = ComponentPublicInstance<
|
||||
|
Reference in New Issue
Block a user