Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Oct 29, 2020
1 parent 096fc72 commit 33a6522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export type ObjectEmitsOptions = Record<
((...args: any[]) => any) | null
>
export type EmitsOptions = ObjectEmitsOptions | string[]

// Functional component with emits
export function mount<Props, E extends EmitsOptions = {}>(
originalComponent: FunctionalComponent<Props, E>,
Expand Down

0 comments on commit 33a6522

Please sign in to comment.