mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-12 21:42:28 +03:00
update repo structure
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { waitForOptions } from '@testing-library/dom';
|
||||
export declare const setTestResult: (result: boolean | null) => void;
|
||||
export declare const testPassed: () => boolean;
|
||||
export declare const waitForOrFailTest: <T>(callback: () => T | Promise<T>, options?: waitForOptions) => Promise<T>;
|
||||
Reference in New Issue
Block a user