Skip to content

Commit

Permalink
chore: update dts.spec.ts.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 25, 2023
1 parent 998015f commit 40de14c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/tsc/tests/__snapshots__/dts.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ exports[`vue-tsc-dts > Input: reference-type-events/component.vue, Output: refer
}) => void;
baz: () => void;
}, string, import(\\"vue\\").VNodeProps & import(\\"vue\\").AllowedComponentProps & import(\\"vue\\").ComponentCustomProps, Readonly<import(\\"vue\\").ExtractPropTypes<{}>> & {
onFoo?: (data?: {
foo: string;
}) => any;
onBar?: (value: {
arg1: number;
arg2?: any;
}) => any;
onFoo?: (data?: {
foo: string;
}) => any;
onBaz?: () => any;
}, {}, {}>;
export default _default;
Expand Down

0 comments on commit 40de14c

Please sign in to comment.