Skip to content

Commit

Permalink
Refactor #4342 - d.ts updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 1, 2023
1 parent 16fdf8f commit 7f81e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/passthrough/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export interface usePassThroughOptions {
merge?: boolean | undefined;
useMergeProps?: boolean | undefined;
mergeSections?: boolean | undefined;
mergeProps?: boolean | undefined;
}

export declare function usePassThrough(pt1: object, pt2: object, options?: usePassThroughOptions): object;

0 comments on commit 7f81e2d

Please sign in to comment.