Refactor #4342 - d.ts updates
parent
16fdf8fb17
commit
7f81e2d641
|
@ -1,6 +1,6 @@
|
||||||
export interface usePassThroughOptions {
|
export interface usePassThroughOptions {
|
||||||
merge?: boolean | undefined;
|
mergeSections?: boolean | undefined;
|
||||||
useMergeProps?: boolean | undefined;
|
mergeProps?: boolean | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare function usePassThrough(pt1: object, pt2: object, options?: usePassThroughOptions): object;
|
export declare function usePassThrough(pt1: object, pt2: object, options?: usePassThroughOptions): object;
|
||||||
|
|
Loading…
Reference in New Issue