Files
feedstr.live/node_modules/@testing-library/user-event/dist/clear.d.ts
T
2023-11-25 18:12:47 -05:00

3 lines
66 B
TypeScript

declare function clear(element: Element): void;
export { clear };