搜索文档
reactlynx-testing-library / BoundFunctions
type BoundFunctions<Q>: Q extends typeof queries ? object & { [P in keyof Q]: BoundFunction<Q[P]> } : { [P in keyof Q]: BoundFunction<Q[P]> };
Q
index.d.ts:40