@ahzoo/sus 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/t/index.d.ts CHANGED
@@ -107,5 +107,9 @@ export const SuSList: DefineComponent<{
107
107
  comment: CommentItem;
108
108
  lineHeight?: number;
109
109
  showFooter?: boolean;
110
- }, { (e: 'on-reply', comment: CommentItem): void; }>;
110
+ }, {
111
+ 'on-reply': (comment: CommentItem) => void;
112
+ 'on-edit': (comment: CommentItem) => void;
113
+ 'on-remove': (comment: CommentItem) => void;
114
+ }>;
111
115
  export default {SuSTop, SuSSimpleTop, SuSComment, SuSList};